Html Css Color HEX #0C9089 Dark Cyan

📋 copy color: '#0C9089'

red 12 ◦ green 144 ◦ blue 137

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

Shades of Dark Cyan #0C9089

Tints of Dark Cyan #0C9089

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.15%

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

R = 4.1%
G = 49.15%
B = 46.76%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#0C9089 (or 0x0C9089) is known color: Dark Cyan. HEX triplet: 0C, 90 and 89. RGB value is (12,144,137). Sum of RGB (Red+Green+Blue) = 12+144+137=293 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.10% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #0C9089 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9089 is #F36F76. Grayscale: #676767. Windows color (decimal): -15953783 or 9015308. OLE color: 9015308.

HSL color Cylindrical-coordinate representation of color #0C9089: hue angle of 176.82º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9089 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 12 144 137 -
CMYK 0.92 0 0.05 0.44
HSL 176.82º 0.85% 0.31% -
HSV(B) 176.82º 0.92% 0.56% -
XYZ 14.64 21.83 27.11 -
YUV 103.73 146.77 62.57 -
System Red Green Blue C M Y K H S L
Decimal 12 144 137 0.92 0 0.05 0.44 176.82 0.85 0.31
Hex C 90 89 5C 0 5 2C B1 55 1F
Octal 14 220 211 134 0 5 54 261 125 37
Binary 1100 10010000 10001001 1011100 0 101 101100 10110001 1010101 11111

Color Harmonies of #0C9089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9089

Black with #0C9089

Text Example


Text Example

White with #0C9089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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