Html Css Color HEX #0BBC8F Mountain Meadow

📋 copy color: '#0BBC8F'

red 11 ◦ green 188 ◦ blue 143

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

Shades of Mountain Meadow #0BBC8F

Tints of Mountain Meadow #0BBC8F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.97%

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

R = 3.22%
G = 54.97%
B = 41.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#0BBC8F (or 0x0BBC8F) is known color: Mountain Meadow. HEX triplet: 0B, BC and 8F. RGB value is (11,188,143). Sum of RGB (Red+Green+Blue) = 11+188+143=342 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.22% from 342); Green value is 188 (73.83% from 255 or 54.97% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBC8F is #F44370. Grayscale: #818181. Windows color (decimal): -16008049 or 9419787. OLE color: 9419787.

HSL color Cylindrical-coordinate representation of color #0BBC8F: hue angle of 164.75º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBC8F is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 11 188 143 -
CMYK 0.94 0 0.24 0.26
HSL 164.75º 0.89% 0.39% -
HSV(B) 164.75º 0.94% 0.74% -
XYZ 23.08 38.02 32.11 -
YUV 129.95 135.36 43.16 -
System Red Green Blue C M Y K H S L
Decimal 11 188 143 0.94 0 0.24 0.26 164.75 0.89 0.39
Hex B BC 8F 5E 0 18 1A A5 59 27
Octal 13 274 217 136 0 30 32 245 131 47
Binary 1011 10111100 10001111 1011110 0 11000 11010 10100101 1011001 100111

Color Harmonies of #0BBC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBC8F

Black with #0BBC8F

Text Example


Text Example

White with #0BBC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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