#028490

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

Shades of Dark Cyan #028490

Tints of Dark Cyan #028490

Color information

#028490 (or 0x028490) is unknown color: approx Dark Cyan. HEX triplet: 02, 84 and 90. RGB value is (2,132,144). Sum of RGB (Red+Green+Blue) = 2+132+144=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #028490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028490 is #FD7B6F. Grayscale: #5E5E5E. Windows color (decimal): -16612208 or 9470978. OLE color: 9470978.

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

Color convert

RGB2132144-
CMYK0.990.0800.44
HSL185.07º97.26%28.63%-
HSV(B)185.07º98.61%56.47%-
XYZ13.3118.5329.26-
YUV94.5155.9362.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 132 (51.95% from 255) = 47.48%
BLUE value IS 144 (56.64% from 255) = 51.80%
R=0.72%
G=47.48%
B=51.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21321440.990.0800.44185.0797.2628.63
Hex2849063802Cb9611d
Octal22042201431005427114135
Binary10100001001001000011000111000010110010111001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028490; }

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

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

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

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

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

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

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

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