#02928E

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

Shades of Dark Cyan #02928E

Tints of Dark Cyan #02928E

Color information

#02928E (or 0x02928E) is unknown color: approx Dark Cyan. HEX triplet: 02, 92 and 8E. RGB value is (2,146,142). Sum of RGB (Red+Green+Blue) = 2+146+142=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #02928E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02928E is #FD6D71. Grayscale: #666666. Windows color (decimal): -16608626 or 9343490. OLE color: 9343490.

HSL color Cylindrical-coordinate representation of color #02928E: hue angle of 178.33º 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 #02928E is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB2146142-
CMYK0.9900.030.43
HSL178.33º97.3%29.02%-
HSV(B)178.33º98.63%57.25%-
XYZ15.1922.5229.14-
YUV102.49150.2956.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.69%
GREEN value IS 146 (57.42% from 255) = 50.34%
BLUE value IS 142 (55.86% from 255) = 48.97%
R=0.69%
G=50.34%
B=48.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21461420.9900.030.43178.3397.329.02
Hex2928E63032Bb2611d
Octal2222216143035326214135
Binary101001001010001110110001101110101110110010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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