#028B8E

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

Shades of Dark Cyan #028B8E

Tints of Dark Cyan #028B8E

Color information

#028B8E (or 0x028B8E) is unknown color: approx Dark Cyan. HEX triplet: 02, 8B and 8E. RGB value is (2,139,142). Sum of RGB (Red+Green+Blue) = 2+139+142=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #028B8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028B8E is #FD7471. Grayscale: #626262. Windows color (decimal): -16610418 or 9341698. OLE color: 9341698.

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

Color convert

RGB2139142-
CMYK0.990.0200.44
HSL181.29º97.22%28.24%-
HSV(B)181.29º98.59%55.69%-
XYZ14.1420.4328.79-
YUV98.38152.6159.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.71%
GREEN value IS 139 (54.69% from 255) = 49.12%
BLUE value IS 142 (55.86% from 255) = 50.18%
R=0.71%
G=49.12%
B=50.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21391420.990.0200.44181.2997.2228.24
Hex28B8E63202Cb5611c
Octal2213216143205426514134
Binary101000101110001110110001110010110010110101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028B8E; }

 p { color: rgb(2,139,142); }

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

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

 a { background-color: rgb(2,139,142); }

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

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

 span { border-color: rgb(2,139,142); }

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