#02958A

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

Shades of Dark Cyan #02958A

Tints of Dark Cyan #02958A

Color information

#02958A (or 0x02958A) is unknown color: approx Dark Cyan. HEX triplet: 02, 95 and 8A. RGB value is (2,149,138). Sum of RGB (Red+Green+Blue) = 2+149+138=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #02958A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02958A is #FD6A75. Grayscale: #676767. Windows color (decimal): -16607862 or 9082114. OLE color: 9082114.

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

Color convert

RGB2149138-
CMYK0.9900.070.42
HSL175.51º97.35%29.61%-
HSV(B)175.51º98.66%58.43%-
XYZ15.3623.3427.74-
YUV103.79147.355.39-

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.56%
BLUE value IS 138 (54.30% from 255) = 47.75%
R=0.69%
G=51.56%
B=47.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21491380.9900.070.42175.5197.3529.61
Hex2958A63072Ab0611e
Octal2225212143075226014136
Binary1010010101100010101100011011110101010110000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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