Html Css Color HEX #0CB08B Mountain Meadow

📋 copy color: '#0CB08B'

red 12 ◦ green 176 ◦ blue 139

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

Shades of Mountain Meadow #0CB08B

Tints of Mountain Meadow #0CB08B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 53.82%

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

R = 3.67%
G = 53.82%
B = 42.51%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#0CB08B (or 0x0CB08B) is known color: Mountain Meadow. HEX triplet: 0C, B0 and 8B. RGB value is (12,176,139). Sum of RGB (Red+Green+Blue) = 12+176+139=327 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.67% from 327); Green value is 176 (69.14% from 255 or 53.82% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 176 - color contains mainly: green. Hex color #0CB08B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CB08B is #F34F74. Grayscale: #7A7A7A. Windows color (decimal): -15945589 or 9154572. OLE color: 9154572.

HSL color Cylindrical-coordinate representation of color #0CB08B: hue angle of 166.46º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB08B is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 12 176 139 -
CMYK 0.93 0 0.21 0.31
HSL 166.46º 0.87% 0.37% -
HSV(B) 166.46º 0.93% 0.69% -
XYZ 20.34 32.99 29.72 -
YUV 122.75 137.17 49.01 -
System Red Green Blue C M Y K H S L
Decimal 12 176 139 0.93 0 0.21 0.31 166.46 0.87 0.37
Hex C B0 8B 5D 0 15 1F A6 57 25
Octal 14 260 213 135 0 25 37 246 127 45
Binary 1100 10110000 10001011 1011101 0 10101 11111 10100110 1010111 100101

Color Harmonies of #0CB08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB08B

Black with #0CB08B

Text Example


Text Example

White with #0CB08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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