#028391

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

Shades of Dark Cyan #028391

Tints of Dark Cyan #028391

Color information

#028391 (or 0x028391) is unknown color: approx Dark Cyan. HEX triplet: 02, 83 and 91. RGB value is (2,131,145). Sum of RGB (Red+Green+Blue) = 2+131+145=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #028391 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028391 is #FD7C6E. Grayscale: #5D5D5D. Windows color (decimal): -16612463 or 9536258. OLE color: 9536258.

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

Color convert

RGB2131145-
CMYK0.990.1000.43
HSL185.87º97.28%28.82%-
HSV(B)185.87º98.62%56.86%-
XYZ13.2518.2929.62-
YUV94.02156.7662.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 131 (51.56% from 255) = 47.12%
BLUE value IS 145 (57.03% from 255) = 52.16%
R=0.72%
G=47.12%
B=52.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21311450.990.1000.43185.8797.2828.82
Hex2839163A02Bba611d
Octal22032211431205327214135
Binary10100000111001000111000111010010101110111010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028391; }

 p { color: rgb(2,131,145); }

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

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

 a { background-color: rgb(2,131,145); }

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

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

 span { border-color: rgb(2,131,145); }

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