#028890

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

Shades of Dark Cyan #028890

Tints of Dark Cyan #028890

Color information

#028890 (or 0x028890) is unknown color: approx Dark Cyan. HEX triplet: 02, 88 and 90. RGB value is (2,136,144). Sum of RGB (Red+Green+Blue) = 2+136+144=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 136 (53.52% from 255 or 48.23% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #028890 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028890 is #FD776F. Grayscale: #606060. Windows color (decimal): -16611184 or 9472002. OLE color: 9472002.

HSL color Cylindrical-coordinate representation of color #028890: hue angle of 183.38º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028890 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2136144-
CMYK0.990.0600.44
HSL183.38º97.26%28.63%-
HSV(B)183.38º98.61%56.47%-
XYZ13.8619.6329.44-
YUV96.85154.6160.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.71%
GREEN value IS 136 (53.52% from 255) = 48.23%
BLUE value IS 144 (56.64% from 255) = 51.06%
R=0.71%
G=48.23%
B=51.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21361440.990.0600.44183.3897.2628.63
Hex2889063602Cb7611d
Octal2210220143605426714135
Binary1010001000100100001100011110010110010110111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028890; }

 p { color: rgb(2,136,144); }

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

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

 a { background-color: rgb(2,136,144); }

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

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

 span { border-color: rgb(2,136,144); }

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