Html Css Color HEX #0C8685 Dark Cyan

📋 copy color: '#0C8685'

red 12 ◦ green 134 ◦ blue 133

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

Shades of Dark Cyan #0C8685

Tints of Dark Cyan #0C8685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47.67%

R = 4.3%
G = 48.03%
B = 47.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#0C8685 (or 0x0C8685) is known color: Dark Cyan. HEX triplet: 0C, 86 and 85. RGB value is (12,134,133). Sum of RGB (Red+Green+Blue) = 12+134+133=279 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.30% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 134 - color contains mainly: green. Hex color #0C8685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8685 is #F3797A. Grayscale: #616161. Windows color (decimal): -15956347 or 8750604. OLE color: 8750604.

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

Color convert

RGB 12 134 133 -
CMYK 0.91 0 0.01 0.47
HSL 179.51º 0.84% 0.29% -
HSV(B) 179.51º 0.91% 0.53% -
XYZ 12.91 18.82 25.14 -
YUV 97.41 148.08 67.08 -
System Red Green Blue C M Y K H S L
Decimal 12 134 133 0.91 0 0.01 0.47 179.51 0.84 0.29
Hex C 86 85 5B 0 1 2F B4 54 1D
Octal 14 206 205 133 0 1 57 264 124 35
Binary 1100 10000110 10000101 1011011 0 1 101111 10110100 1010100 11101

Color Harmonies of #0C8685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8685

Black with #0C8685

Text Example


Text Example

White with #0C8685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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