#028685

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

Shades of Dark Cyan #028685

Tints of Dark Cyan #028685

Color information

#028685 (or 0x028685) is unknown color: approx Dark Cyan. HEX triplet: 02, 86 and 85. RGB value is (2,134,133). Sum of RGB (Red+Green+Blue) = 2+134+133=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 134 - color contains mainly: green. Hex color #028685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028685 is #FD797A. Grayscale: #5E5E5E. Windows color (decimal): -16611707 or 8750594. OLE color: 8750594.

HSL color Cylindrical-coordinate representation of color #028685: hue angle of 179.55º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028685 is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB2134133-
CMYK0.9900.010.47
HSL179.55º97.06%26.67%-
HSV(B)179.55º98.51%52.55%-
XYZ12.7818.7625.14-
YUV94.42149.7762.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 134 (52.73% from 255) = 49.81%
BLUE value IS 133 (52.34% from 255) = 49.44%
R=0.74%
G=49.81%
B=49.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21341330.9900.010.47179.5597.0626.67
Hex2868563012Fb4611b
Octal2206205143015726414133
Binary10100001101000010111000110110111110110100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028685; }

 p { color: rgb(2,134,133); }

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

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

 a { background-color: rgb(2,134,133); }

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

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

 span { border-color: rgb(2,134,133); }

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