#028090

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

Shades of Dark Cyan #028090

Tints of Dark Cyan #028090

Color information

#028090 (or 0x028090) is unknown color: approx Dark Cyan. HEX triplet: 02, 80 and 90. RGB value is (2,128,144). Sum of RGB (Red+Green+Blue) = 2+128+144=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #028090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028090 is #FD7F6F. Grayscale: #5B5B5B. Windows color (decimal): -16613232 or 9469954. OLE color: 9469954.

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

Color convert

RGB2128144-
CMYK0.990.1100.44
HSL186.76º97.26%28.63%-
HSV(B)186.76º98.61%56.47%-
XYZ12.7817.4629.08-
YUV92.15157.2663.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 128 (50.39% from 255) = 46.72%
BLUE value IS 144 (56.64% from 255) = 52.55%
R=0.73%
G=46.72%
B=52.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21281440.990.1100.44186.7697.2628.63
Hex2809063B02Cbb611d
Octal22002201431305427314135
Binary10100000001001000011000111011010110010111011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028090; }

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

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

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

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

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

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

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

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