Html Css Color HEX #0CB688 Mountain Meadow

📋 copy color: '#0CB688'

red 12 ◦ green 182 ◦ blue 136

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

Shades of Mountain Meadow #0CB688

Tints of Mountain Meadow #0CB688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.21%

R = 3.64%
G = 55.15%
B = 41.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#0CB688 (or 0x0CB688) is known color: Mountain Meadow. HEX triplet: 0C, B6 and 88. RGB value is (12,182,136). Sum of RGB (Red+Green+Blue) = 12+182+136=330 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.64% from 330); Green value is 182 (71.48% from 255 or 55.15% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB688 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB688 is #F34977. Grayscale: #7D7D7D. Windows color (decimal): -15944056 or 8959500. OLE color: 8959500.

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

Color convert

RGB 12 182 136 -
CMYK 0.93 0 0.25 0.29
HSL 163.76º 0.88% 0.38% -
HSV(B) 163.76º 0.93% 0.71% -
XYZ 21.32 35.31 28.98 -
YUV 125.93 133.68 46.74 -
System Red Green Blue C M Y K H S L
Decimal 12 182 136 0.93 0 0.25 0.29 163.76 0.88 0.38
Hex C B6 88 5D 0 19 1D A4 58 26
Octal 14 266 210 135 0 31 35 244 130 46
Binary 1100 10110110 10001000 1011101 0 11001 11101 10100100 1011000 100110

Color Harmonies of #0CB688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB688

Black with #0CB688

Text Example


Text Example

White with #0CB688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,182,136); }

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

background-color css

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

 a { background-color: rgb(12,182,136); }

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

border-color css

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

 span { border-color: rgb(12,182,136); }

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