Html Css Color HEX #0BB68F Mountain Meadow

📋 copy color: '#0BB68F'

red 11 ◦ green 182 ◦ blue 143

#0BB68F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #0BB68F

Tints of Mountain Meadow #0BB68F

RGB

 RED value IS 11 (4.69% from 255) = 3.27%

 GREEN value IS 182 (71.48% from 255) = 54.17%

 BLUE value IS 143 (56.25% from 255) = 42.56%

R = 3.27%
G = 54.17%
B = 42.56%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0BB68F (or 0x0BB68F) is known color: Mountain Meadow. HEX triplet: 0B, B6 and 8F. RGB value is (11,182,143). Sum of RGB (Red+Green+Blue) = 11+182+143=336 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.27% from 336); Green value is 182 (71.48% from 255 or 54.17% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 182 - color contains mainly: green. Hex color #0BB68F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB68F is #F44970. Grayscale: #7E7E7E. Windows color (decimal): -16009585 or 9418251. OLE color: 9418251.

HSL color Cylindrical-coordinate representation of color #0BB68F: hue angle of 166.32º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB68F is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 11 182 143 -
CMYK 0.94 0 0.21 0.29
HSL 166.32º 0.89% 0.38% -
HSV(B) 166.32º 0.94% 0.71% -
XYZ 21.82 35.51 31.69 -
YUV 126.43 137.35 45.67 -
System Red Green Blue C M Y K H S L
Decimal 11 182 143 0.94 0 0.21 0.29 166.32 0.89 0.38
Hex B B6 8F 5E 0 15 1D A6 59 26
Octal 13 266 217 136 0 25 35 246 131 46
Binary 1011 10110110 10001111 1011110 0 10101 11101 10100110 1011001 100110

Color Harmonies of #0BB68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB68F

Black with #0BB68F

Text Example


Text Example

White with #0BB68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BB68F; }

 p { color: rgb(11,182,143); }

 H1.HeaderClassName
 {
   color: #0BB68F;
 }
 .AnyTagClassName
 {
   color: #0BB68F;
 }
</style>

background-color css

<style>
 a { background-color: #0BB68F; }

 a { background-color: rgb(11,182,143); }

 div.DivClassName
 {
   background-color: #0BB68F;
 }
 .BgClassName
 {
   background-color: #0BB68F;
 }
</style>

border-color css

<style>
 span { border-color: #0BB68F; }

 span { border-color: rgb(11,182,143); }

 td.TdClassName
 {
   border-color: #0BB68F;
 }
 .TagClassName
 {
   border-color: #0BB68F;
 }
</style>