#029495

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

Shades of Dark Cyan #029495

Tints of Dark Cyan #029495

Color information

#029495 (or 0x029495) is unknown color: approx Dark Cyan. HEX triplet: 02, 94 and 95. RGB value is (2,148,149). Sum of RGB (Red+Green+Blue) = 2+148+149=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #029495 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029495 is #FD6B6A. Grayscale: #686868. Windows color (decimal): -16608107 or 9802754. OLE color: 9802754.

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

Color convert

RGB2148149-
CMYK0.990.0100.42
HSL180.41º97.35%29.61%-
HSV(B)180.41º98.66%58.43%-
XYZ16.0423.3632.1-
YUV104.46153.1354.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 148 (58.20% from 255) = 49.50%
BLUE value IS 149 (58.59% from 255) = 49.83%
R=0.67%
G=49.50%
B=49.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21481490.990.0100.42180.4197.3529.61
Hex2949563102Ab4611e
Octal2224225143105226414136
Binary10100101001001010111000111010101010110100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029495; }

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

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

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

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

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

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

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

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