#0C9288

Color #0C9288 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #0C9288

Tints of Dark Cyan #0C9288

Color information

#0C9288 (or 0x0C9288) is unknown color: approx Dark Cyan. HEX triplet: 0C, 92 and 88. RGB value is (12,146,136). Sum of RGB (Red+Green+Blue) = 12+146+136=294 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.08% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #0C9288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9288 is #F36D77. Grayscale: #686868. Windows color (decimal): -15953272 or 8950284. OLE color: 8950284.

HSL color Cylindrical-coordinate representation of color #0C9288: hue angle of 175.52º 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 #0C9288 is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB12146136-
CMYK0.9200.070.43
HSL175.52º84.81%30.98%-
HSV(B)175.52º91.78%57.25%-
XYZ14.8722.4126.83-
YUV104.79145.6161.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.08%
GREEN value IS 146 (57.42% from 255) = 49.66%
BLUE value IS 136 (53.52% from 255) = 46.26%
R=4.08%
G=49.66%
B=46.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121461360.9200.070.43175.5284.8130.98
HexC92885C072Bb0551f
Octal14222210134075326012537
Binary110010010010100010001011100011110101110110000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C9288;
 }
 .AnyTagClassName
 {
   color: #0C9288;
 }
</style>
background-color css

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

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

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

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

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

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