#02928A

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

Shades of Dark Cyan #02928A

Tints of Dark Cyan #02928A

Color information

#02928A (or 0x02928A) is unknown color: approx Dark Cyan. HEX triplet: 02, 92 and 8A. RGB value is (2,146,138). Sum of RGB (Red+Green+Blue) = 2+146+138=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #02928A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02928A is #FD6D75. Grayscale: #656565. Windows color (decimal): -16608630 or 9081346. OLE color: 9081346.

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

Color convert

RGB2146138-
CMYK0.9900.050.43
HSL176.67º97.3%29.02%-
HSV(B)176.67º98.63%57.25%-
XYZ14.8922.4127.58-
YUV102.03148.2956.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 146 (57.42% from 255) = 51.05%
BLUE value IS 138 (54.30% from 255) = 48.25%
R=0.70%
G=51.05%
B=48.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21461380.9900.050.43176.6797.329.02
Hex2928A63052Bb1611d
Octal2222212143055326114135
Binary1010010010100010101100011010110101110110001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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