Html Css Color HEX #0C8491 Dark Cyan

📋 copy color: '#0C8491'

red 12 ◦ green 132 ◦ blue 145

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

Shades of Dark Cyan #0C8491

Tints of Dark Cyan #0C8491

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.67%

 BLUE value IS 145 (57.03% from 255) = 50.17%

R = 4.15%
G = 45.67%
B = 50.17%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0C8491 (or 0x0C8491) is known color: Dark Cyan. HEX triplet: 0C, 84 and 91. RGB value is (12,132,145). Sum of RGB (Red+Green+Blue) = 12+132+145=289 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.15% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #0C8491 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8491 is #F37B6E. Grayscale: #616161. Windows color (decimal): -15956847 or 9536524. OLE color: 9536524.

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

Color convert

RGB 12 132 145 -
CMYK 0.92 0.09 0 0.43
HSL 185.86º 0.85% 0.31% -
HSV(B) 185.86º 0.92% 0.57% -
XYZ 13.51 18.63 29.67 -
YUV 97.6 154.74 66.94 -
System Red Green Blue C M Y K H S L
Decimal 12 132 145 0.92 0.09 0 0.43 185.86 0.85 0.31
Hex C 84 91 5C 9 0 2B BA 55 1F
Octal 14 204 221 134 11 0 53 272 125 37
Binary 1100 10000100 10010001 1011100 1001 0 101011 10111010 1010101 11111

Color Harmonies of #0C8491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8491

Black with #0C8491

Text Example


Text Example

White with #0C8491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,132,145); }

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

background-color css

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

 a { background-color: rgb(12,132,145); }

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

border-color css

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

 span { border-color: rgb(12,132,145); }

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