#02958C

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

Shades of Dark Cyan #02958C

Tints of Dark Cyan #02958C

Color information

#02958C (or 0x02958C) is unknown color: approx Dark Cyan. HEX triplet: 02, 95 and 8C. RGB value is (2,149,140). Sum of RGB (Red+Green+Blue) = 2+149+140=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #02958C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02958C is #FD6A73. Grayscale: #676767. Windows color (decimal): -16607860 or 9213186. OLE color: 9213186.

HSL color Cylindrical-coordinate representation of color #02958C: hue angle of 176.33º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02958C is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB2149140-
CMYK0.9900.060.42
HSL176.33º97.35%29.61%-
HSV(B)176.33º98.66%58.43%-
XYZ15.5123.428.51-
YUV104.02148.355.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.69%
GREEN value IS 149 (58.59% from 255) = 51.20%
BLUE value IS 140 (55.08% from 255) = 48.11%
R=0.69%
G=51.20%
B=48.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21491400.9900.060.42176.3397.3529.61
Hex2958C63062Ab0611e
Octal2225214143065226014136
Binary1010010101100011001100011011010101010110000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02958C; }

 p { color: rgb(2,149,140); }

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

<style>
 a { background-color: #02958C; }

 a { background-color: rgb(2,149,140); }

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

<style>
 span { border-color: #02958C; }

 span { border-color: rgb(2,149,140); }

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