Html Css Color HEX #0C9889 Dark Cyan

📋 copy color: '#0C9889'

red 12 ◦ green 152 ◦ blue 137

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

Shades of Dark Cyan #0C9889

Tints of Dark Cyan #0C9889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 45.51%

R = 3.99%
G = 50.5%
B = 45.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#0C9889 (or 0x0C9889) is known color: Dark Cyan. HEX triplet: 0C, 98 and 89. RGB value is (12,152,137). Sum of RGB (Red+Green+Blue) = 12+152+137=301 (39% of max value = 765). Red value is 12 (5.08% from 255 or 3.99% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #0C9889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9889 is #F36776. Grayscale: #6C6C6C. Windows color (decimal): -15951735 or 9017356. OLE color: 9017356.

HSL color Cylindrical-coordinate representation of color #0C9889: hue angle of 173.57º 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 #0C9889 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 12 152 137 -
CMYK 0.92 0 0.10 0.40
HSL 173.57º 0.85% 0.32% -
HSV(B) 173.57º 0.92% 0.6% -
XYZ 15.9 24.34 27.53 -
YUV 108.43 144.12 59.22 -
System Red Green Blue C M Y K H S L
Decimal 12 152 137 0.92 0 0.10 0.40 173.57 0.85 0.32
Hex C 98 89 5C 0 A 28 AE 55 20
Octal 14 230 211 134 0 12 50 256 125 40
Binary 1100 10011000 10001001 1011100 0 1010 101000 10101110 1010101 100000

Color Harmonies of #0C9889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9889

Black with #0C9889

Text Example


Text Example

White with #0C9889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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