#028289

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

Shades of Dark Cyan #028289

Tints of Dark Cyan #028289

Color information

#028289 (or 0x028289) is unknown color: approx Dark Cyan. HEX triplet: 02, 82 and 89. RGB value is (2,130,137). Sum of RGB (Red+Green+Blue) = 2+130+137=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #028289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028289 is #FD7D76. Grayscale: #5C5C5C. Windows color (decimal): -16612727 or 9011714. OLE color: 9011714.

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

Color convert

RGB2130137-
CMYK0.990.0500.46
HSL183.11º97.12%27.25%-
HSV(B)183.11º98.54%53.73%-
XYZ12.5217.7826.44-
YUV92.53153.0963.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 130 (51.17% from 255) = 48.33%
BLUE value IS 137 (53.91% from 255) = 50.93%
R=0.74%
G=48.33%
B=50.93%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21301370.990.0500.46183.1197.1227.25
Hex2828963502Eb7611b
Octal2202211143505626714133
Binary1010000010100010011100011101010111010110111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028289; }

 p { color: rgb(2,130,137); }

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

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

 a { background-color: rgb(2,130,137); }

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

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

 span { border-color: rgb(2,130,137); }

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