Html Css Color HEX #0CB88B Mountain Meadow

📋 copy color: '#0CB88B'

red 12 ◦ green 184 ◦ blue 139

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

Shades of Mountain Meadow #0CB88B

Tints of Mountain Meadow #0CB88B

RGB

 RED value IS 12 (5.08% from 255) = 3.58%

 GREEN value IS 184 (72.27% from 255) = 54.93%

 BLUE value IS 139 (54.69% from 255) = 41.49%

R = 3.58%
G = 54.93%
B = 41.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#0CB88B (or 0x0CB88B) is known color: Mountain Meadow. HEX triplet: 0C, B8 and 8B. RGB value is (12,184,139). Sum of RGB (Red+Green+Blue) = 12+184+139=335 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.58% from 335); Green value is 184 (72.27% from 255 or 54.93% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB88B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB88B is #F34774. Grayscale: #7F7F7F. Windows color (decimal): -15943541 or 9156620. OLE color: 9156620.

HSL color Cylindrical-coordinate representation of color #0CB88B: hue angle of 164.3º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB88B is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB 12 184 139 -
CMYK 0.93 0 0.24 0.28
HSL 164.3º 0.88% 0.38% -
HSV(B) 164.3º 0.93% 0.72% -
XYZ 21.95 36.22 30.26 -
YUV 127.44 134.52 45.66 -
System Red Green Blue C M Y K H S L
Decimal 12 184 139 0.93 0 0.24 0.28 164.3 0.88 0.38
Hex C B8 8B 5D 0 18 1C A4 58 26
Octal 14 270 213 135 0 30 34 244 130 46
Binary 1100 10111000 10001011 1011101 0 11000 11100 10100100 1011000 100110

Color Harmonies of #0CB88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB88B

Black with #0CB88B

Text Example


Text Example

White with #0CB88B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,184,139); }

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

background-color css

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

 a { background-color: rgb(12,184,139); }

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

border-color css

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

 span { border-color: rgb(12,184,139); }

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