Html Css Color HEX #0C888B Dark Cyan

📋 copy color: '#0C888B'

red 12 ◦ green 136 ◦ blue 139

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

Shades of Dark Cyan #0C888B

Tints of Dark Cyan #0C888B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.39%

 BLUE value IS 139 (54.69% from 255) = 48.43%

R = 4.18%
G = 47.39%
B = 48.43%

CMYK

 C value IS 0.91

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C888B (or 0x0C888B) is known color: Dark Cyan. HEX triplet: 0C, 88 and 8B. RGB value is (12,136,139). Sum of RGB (Red+Green+Blue) = 12+136+139=287 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.18% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C888B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C888B is #F37774. Grayscale: #636363. Windows color (decimal): -15955829 or 9144332. OLE color: 9144332.

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

Color convert

RGB 12 136 139 -
CMYK 0.91 0.02 0 0.45
HSL 181.42º 0.84% 0.3% -
HSV(B) 181.42º 0.91% 0.55% -
XYZ 13.62 19.55 27.48 -
YUV 99.27 150.42 65.76 -
System Red Green Blue C M Y K H S L
Decimal 12 136 139 0.91 0.02 0 0.45 181.42 0.84 0.3
Hex C 88 8B 5B 2 0 2D B5 54 1E
Octal 14 210 213 133 2 0 55 265 124 36
Binary 1100 10001000 10001011 1011011 10 0 101101 10110101 1010100 11110

Color Harmonies of #0C888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C888B

Black with #0C888B

Text Example


Text Example

White with #0C888B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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