#02928B

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

Shades of Dark Cyan #02928B

Tints of Dark Cyan #02928B

Color information

#02928B (or 0x02928B) is unknown color: approx Dark Cyan. HEX triplet: 02, 92 and 8B. RGB value is (2,146,139). Sum of RGB (Red+Green+Blue) = 2+146+139=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #02928B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02928B is #FD6D74. Grayscale: #666666. Windows color (decimal): -16608629 or 9146882. OLE color: 9146882.

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

Color convert

RGB2146139-
CMYK0.9900.050.43
HSL177.08º97.3%29.02%-
HSV(B)177.08º98.63%57.25%-
XYZ14.9622.4327.97-
YUV102.15148.7956.57-

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) = 50.87%
BLUE value IS 139 (54.69% from 255) = 48.43%
R=0.70%
G=50.87%
B=48.43%

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
Decimal21461390.9900.050.43177.0897.329.02
Hex2928B63052Bb1611d
Octal2222213143055326114135
Binary1010010010100010111100011010110101110110001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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