Html Css Color HEX #0C8689 Dark Cyan

📋 copy color: '#0C8689'

red 12 ◦ green 134 ◦ blue 137

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

Shades of Dark Cyan #0C8689

Tints of Dark Cyan #0C8689

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.35%

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

R = 4.24%
G = 47.35%
B = 48.41%

CMYK

 C value IS 0.91

 M value IS 0.02

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0C8689 (or 0x0C8689) is known color: Dark Cyan. HEX triplet: 0C, 86 and 89. RGB value is (12,134,137). Sum of RGB (Red+Green+Blue) = 12+134+137=283 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.24% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 137 - color contains mainly: blue. Hex color #0C8689 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8689 is #F37976. Grayscale: #616161. Windows color (decimal): -15956343 or 9012748. OLE color: 9012748.

HSL color Cylindrical-coordinate representation of color #0C8689: hue angle of 181.44º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8689 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 12 134 137 -
CMYK 0.91 0.02 0 0.46
HSL 181.44º 0.84% 0.29% -
HSV(B) 181.44º 0.91% 0.54% -
XYZ 13.19 18.93 26.63 -
YUV 97.86 150.08 66.76 -
System Red Green Blue C M Y K H S L
Decimal 12 134 137 0.91 0.02 0 0.46 181.44 0.84 0.29
Hex C 86 89 5B 2 0 2E B5 54 1D
Octal 14 206 211 133 2 0 56 265 124 35
Binary 1100 10000110 10001001 1011011 10 0 101110 10110101 1010100 11101

Color Harmonies of #0C8689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8689

Black with #0C8689

Text Example


Text Example

White with #0C8689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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