Html Css Color HEX #0C9887 Dark Cyan

📋 copy color: '#0C9887'

red 12 ◦ green 152 ◦ blue 135

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

Shades of Dark Cyan #0C9887

Tints of Dark Cyan #0C9887

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.84%

 BLUE value IS 135 (53.13% from 255) = 45.15%

R = 4.01%
G = 50.84%
B = 45.15%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#0C9887 (or 0x0C9887) is known color: Dark Cyan. HEX triplet: 0C, 98 and 87. RGB value is (12,152,135). Sum of RGB (Red+Green+Blue) = 12+152+135=299 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.01% from 299); Green value is 152 (59.77% from 255 or 50.84% from 299); Blue value is 135 (53.12% from 255 or 45.15% from 299); Max value from RGB is 152 - color contains mainly: green. Hex color #0C9887 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9887 is #F36778. Grayscale: #6C6C6C. Windows color (decimal): -15951737 or 8886284. OLE color: 8886284.

HSL color Cylindrical-coordinate representation of color #0C9887: hue angle of 172.71º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9887 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 12 152 135 -
CMYK 0.92 0 0.11 0.40
HSL 172.71º 0.85% 0.32% -
HSV(B) 172.71º 0.92% 0.6% -
XYZ 15.75 24.28 26.78 -
YUV 108.2 143.12 59.38 -
System Red Green Blue C M Y K H S L
Decimal 12 152 135 0.92 0 0.11 0.40 172.71 0.85 0.32
Hex C 98 87 5C 0 B 28 AD 55 20
Octal 14 230 207 134 0 13 50 255 125 40
Binary 1100 10011000 10000111 1011100 0 1011 101000 10101101 1010101 100000

Color Harmonies of #0C9887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9887

Black with #0C9887

Text Example


Text Example

White with #0C9887

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,152,135); }

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

background-color css

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

 a { background-color: rgb(12,152,135); }

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

border-color css

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

 span { border-color: rgb(12,152,135); }

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