Html Css Color HEX #029595 Dark Cyan

📋 copy color: '#029595'

red 2 ◦ green 149 ◦ blue 149

#029595
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #029595

Tints of Dark Cyan #029595

RGB

 RED value IS 2 (1.17% from 255) = 0.67%

 GREEN value IS 149 (58.59% from 255) = 49.67%

 BLUE value IS 149 (58.59% from 255) = 49.67%

R = 0.67%
G = 49.67%
B = 49.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#029595 (or 0x029595) is known color: Dark Cyan. HEX triplet: 02, 95 and 95. RGB value is (2,149,149). Sum of RGB (Red+Green+Blue) = 2+149+149=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #029595 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029595 is #FD6A6A. Grayscale: #686868. Windows color (decimal): -16607851 or 9803010. OLE color: 9803010.

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

Color convert

RGB 2 149 149 -
CMYK 0.99 0 0 0.42
HSL 180º 0.97% 0.3% -
HSV(B) 180º 0.99% 0.58% -
XYZ 16.2 23.68 32.15 -
YUV 105.05 152.8 54.5 -
System Red Green Blue C M Y K H S L
Decimal 2 149 149 0.99 0 0 0.42 180 0.97 0.3
Hex 2 95 95 63 0 0 2A B4 61 1E
Octal 2 225 225 143 0 0 52 264 141 36
Binary 10 10010101 10010101 1100011 0 0 101010 10110100 1100001 11110

Color Harmonies of #029595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029595

Black with #029595

Text Example


Text Example

White with #029595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029595; }

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

 H1.HeaderClassName
 {
   color: #029595;
 }
 .AnyTagClassName
 {
   color: #029595;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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