#09858A

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

Shades of Dark Cyan #09858A

Tints of Dark Cyan #09858A

Color information

#09858A (or 0x09858A) is unknown color: approx Dark Cyan. HEX triplet: 09, 85 and 8A. RGB value is (9,133,138). Sum of RGB (Red+Green+Blue) = 9+133+138=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #09858A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09858A is #F67A75. Grayscale: #606060. Windows color (decimal): -16153206 or 9078025. OLE color: 9078025.

HSL color Cylindrical-coordinate representation of color #09858A: hue angle of 182.33º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09858A is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9133138-
CMYK0.930.0400.46
HSL182.33º87.76%28.82%-
HSV(B)182.33º93.48%54.12%-
XYZ13.0918.6726.96-
YUV96.49151.4265.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.21%
GREEN value IS 133 (52.34% from 255) = 47.5%
BLUE value IS 138 (54.30% from 255) = 49.29%
R=3.21%
G=47.5%
B=49.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91331380.930.0400.46182.3387.7628.82
Hex9858A5D402Eb6581d
Octal11205212135405626613035
Binary100110000101100010101011101100010111010110110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09858A; }

 p { color: rgb(9,133,138); }

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

<style>
 a { background-color: #09858A; }

 a { background-color: rgb(9,133,138); }

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

<style>
 span { border-color: #09858A; }

 span { border-color: rgb(9,133,138); }

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