#02988E

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

Shades of Dark Cyan #02988E

Tints of Dark Cyan #02988E

Color information

#02988E (or 0x02988E) is unknown color: approx Dark Cyan. HEX triplet: 02, 98 and 8E. RGB value is (2,152,142). Sum of RGB (Red+Green+Blue) = 2+152+142=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 152 (59.77% from 255 or 51.35% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 152 - color contains mainly: green. Hex color #02988E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02988E is #FD6771. Grayscale: #696969. Windows color (decimal): -16607090 or 9345026. OLE color: 9345026.

HSL color Cylindrical-coordinate representation of color #02988E: hue angle of 176º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02988E is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB2152142-
CMYK0.9900.070.40
HSL176º97.4%30.2%-
HSV(B)176º98.68%59.61%-
XYZ16.1424.4229.45-
YUV106.01148.353.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 152 (59.77% from 255) = 51.35%
BLUE value IS 142 (55.86% from 255) = 47.97%
R=0.68%
G=51.35%
B=47.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21521420.9900.070.4017697.430.2
Hex2988E630728b0611e
Octal2230216143075026014136
Binary1010011000100011101100011011110100010110000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02988E; }

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

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

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

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

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

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

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

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