#00858C

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

Shades of Dark Cyan #00858C

Tints of Dark Cyan #00858C

Color information

#00858C (or 0x00858C) is unknown color: approx Dark Cyan. HEX triplet: 00, 85 and 8C. RGB value is (0,133,140). Sum of RGB (Red+Green+Blue) = 0+133+140=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #00858C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00858C is #FF7A73. Grayscale: #5D5D5D. Windows color (decimal): -16743028 or 9209088. OLE color: 9209088.

HSL color Cylindrical-coordinate representation of color #00858C: hue angle of 183º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00858C is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB0133140-
CMYK10.0500.45
HSL183º100%27.45%-
HSV(B)183º100%54.9%-
XYZ13.1218.6727.72-
YUV94.03153.9460.93-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 133 (52.34% from 255) = 48.72%
BLUE value IS 140 (55.08% from 255) = 51.28%
R=0%
G=48.72%
B=51.28%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal013314010.0500.4518310027.45
Hex0858C64502Db7641b
Octal0205214144505526714433
Binary010000101100011001100100101010110110110111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00858C; }

 p { color: rgb(0,133,140); }

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

<style>
 a { background-color: #00858C; }

 a { background-color: rgb(0,133,140); }

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

<style>
 span { border-color: #00858C; }

 span { border-color: rgb(0,133,140); }

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