#09858D

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

Shades of Dark Cyan #09858D

Tints of Dark Cyan #09858D

Color information

#09858D (or 0x09858D) is unknown color: approx Dark Cyan. HEX triplet: 09, 85 and 8D. RGB value is (9,133,141). Sum of RGB (Red+Green+Blue) = 9+133+141=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #09858D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09858D is #F67A72. Grayscale: #606060. Windows color (decimal): -16153203 or 9274633. OLE color: 9274633.

HSL color Cylindrical-coordinate representation of color #09858D: hue angle of 183.64º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09858D is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9133141-
CMYK0.940.0600.45
HSL183.64º88%29.41%-
HSV(B)183.64º93.62%55.29%-
XYZ13.3118.7628.12-
YUV96.84152.9265.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.18%
GREEN value IS 133 (52.34% from 255) = 47.00%
BLUE value IS 141 (55.47% from 255) = 49.82%
R=3.18%
G=47.00%
B=49.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91331410.940.0600.45183.648829.41
Hex9858D5E602Db8581d
Octal11205215136605527013035
Binary100110000101100011011011110110010110110111000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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