#028290

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

Shades of Dark Cyan #028290

Tints of Dark Cyan #028290

Color information

#028290 (or 0x028290) is unknown color: approx Dark Cyan. HEX triplet: 02, 82 and 90. RGB value is (2,130,144). Sum of RGB (Red+Green+Blue) = 2+130+144=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #028290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028290 is #FD7D6F. Grayscale: #5D5D5D. Windows color (decimal): -16612720 or 9470466. OLE color: 9470466.

HSL color Cylindrical-coordinate representation of color #028290: hue angle of 185.92º 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 #028290 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2130144-
CMYK0.990.1000.44
HSL185.92º97.26%28.63%-
HSV(B)185.92º98.61%56.47%-
XYZ13.0417.9929.17-
YUV93.32156.5962.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 130 (51.17% from 255) = 47.10%
BLUE value IS 144 (56.64% from 255) = 52.17%
R=0.72%
G=47.10%
B=52.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21301440.990.1000.44185.9297.2628.63
Hex2829063A02Cba611d
Octal22022201431205427214135
Binary10100000101001000011000111010010110010111010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028290; }

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

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

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

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

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

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

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

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