Html Css Color HEX #029499 Dark Cyan

📋 copy color: '#029499'

red 2 ◦ green 148 ◦ blue 153

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

Shades of Dark Cyan #029499

Tints of Dark Cyan #029499

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.84%

 BLUE value IS 153 (60.16% from 255) = 50.5%

R = 0.66%
G = 48.84%
B = 50.5%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#029499 (or 0x029499) is known color: Dark Cyan. HEX triplet: 02, 94 and 99. RGB value is (2,148,153). Sum of RGB (Red+Green+Blue) = 2+148+153=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #029499 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029499 is #FD6B66. Grayscale: #686868. Windows color (decimal): -16608103 or 10064898. OLE color: 10064898.

HSL color Cylindrical-coordinate representation of color #029499: hue angle of 181.99º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029499 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 2 148 153 -
CMYK 0.99 0.03 0 0.4
HSL 181.99º 0.97% 0.3% -
HSV(B) 181.99º 0.99% 0.6% -
XYZ 16.36 23.49 33.81 -
YUV 104.92 155.13 54.59 -
System Red Green Blue C M Y K H S L
Decimal 2 148 153 0.99 0.03 0 0.4 181.99 0.97 0.3
Hex 2 94 99 63 3 0 28 B6 61 1E
Octal 2 224 231 143 3 0 50 266 141 36
Binary 10 10010100 10011001 1100011 11 0 101000 10110110 1100001 11110

Color Harmonies of #029499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029499

Black with #029499

Text Example


Text Example

White with #029499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029499; }

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

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

background-color css

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

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

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

border-color css

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

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

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