#02928F

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

Shades of Dark Cyan #02928F

Tints of Dark Cyan #02928F

Color information

#02928F (or 0x02928F) is unknown color: approx Dark Cyan. HEX triplet: 02, 92 and 8F. RGB value is (2,146,143). Sum of RGB (Red+Green+Blue) = 2+146+143=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 143 (56.25% from 255 or 49.14% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #02928F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02928F is #FD6D70. Grayscale: #666666. Windows color (decimal): -16608625 or 9409026. OLE color: 9409026.

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

Color convert

RGB2146143-
CMYK0.9900.020.43
HSL178.75º97.3%29.02%-
HSV(B)178.75º98.63%57.25%-
XYZ15.2622.5529.54-
YUV102.6150.7956.24-

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.17%
BLUE value IS 143 (56.25% from 255) = 49.14%
R=0.69%
G=50.17%
B=49.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21461430.9900.020.43178.7597.329.02
Hex2928F63022Bb3611d
Octal2222217143025326314135
Binary101001001010001111110001101010101110110011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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