Html Css Color HEX #0C9788 Dark Cyan

📋 copy color: '#0C9788'

red 12 ◦ green 151 ◦ blue 136

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

Shades of Dark Cyan #0C9788

Tints of Dark Cyan #0C9788

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.5%

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

R = 4.01%
G = 50.5%
B = 45.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#0C9788 (or 0x0C9788) is known color: Dark Cyan. HEX triplet: 0C, 97 and 88. RGB value is (12,151,136). Sum of RGB (Red+Green+Blue) = 12+151+136=299 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.01% from 299); Green value is 151 (59.38% from 255 or 50.50% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 151 - color contains mainly: green. Hex color #0C9788 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9788 is #F36877. Grayscale: #6B6B6B. Windows color (decimal): -15951992 or 8951564. OLE color: 8951564.

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

Color convert

RGB 12 151 136 -
CMYK 0.92 0 0.10 0.41
HSL 173.53º 0.85% 0.32% -
HSV(B) 173.53º 0.92% 0.59% -
XYZ 15.66 23.99 27.1 -
YUV 107.73 143.95 59.72 -
System Red Green Blue C M Y K H S L
Decimal 12 151 136 0.92 0 0.10 0.41 173.53 0.85 0.32
Hex C 97 88 5C 0 A 29 AE 55 20
Octal 14 227 210 134 0 12 51 256 125 40
Binary 1100 10010111 10001000 1011100 0 1010 101001 10101110 1010101 100000

Color Harmonies of #0C9788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9788

Black with #0C9788

Text Example


Text Example

White with #0C9788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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