Html Css Color HEX #029594 Dark Cyan

📋 copy color: '#029594'

red 2 ◦ green 149 ◦ blue 148

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

Shades of Dark Cyan #029594

Tints of Dark Cyan #029594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.5%

R = 0.67%
G = 49.83%
B = 49.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

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

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

Color convert

RGB 2 149 148 -
CMYK 0.99 0 0.01 0.42
HSL 179.59º 0.97% 0.3% -
HSV(B) 179.59º 0.99% 0.58% -
XYZ 16.12 23.65 31.73 -
YUV 104.93 152.3 54.58 -
System Red Green Blue C M Y K H S L
Decimal 2 149 148 0.99 0 0.01 0.42 179.59 0.97 0.3
Hex 2 95 94 63 0 1 2A B4 61 1E
Octal 2 225 224 143 0 1 52 264 141 36
Binary 10 10010101 10010100 1100011 0 1 101010 10110100 1100001 11110

Color Harmonies of #029594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029594

Black with #029594

Text Example


Text Example

White with #029594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029594; }

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

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

background-color css

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

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

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

border-color css

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

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

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