Html Css Color HEX #029699 Dark Cyan

📋 copy color: '#029699'

red 2 ◦ green 150 ◦ blue 153

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

Shades of Dark Cyan #029699

Tints of Dark Cyan #029699

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.18%

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

R = 0.66%
G = 49.18%
B = 50.16%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#029699 (or 0x029699) is known color: Dark Cyan. HEX triplet: 02, 96 and 99. RGB value is (2,150,153). Sum of RGB (Red+Green+Blue) = 2+150+153=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #029699 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029699 is #FD6966. Grayscale: #696969. Windows color (decimal): -16607591 or 10065410. OLE color: 10065410.

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

Color convert

RGB 2 150 153 -
CMYK 0.99 0.02 0 0.4
HSL 181.19º 0.97% 0.3% -
HSV(B) 181.19º 0.99% 0.6% -
XYZ 16.68 24.13 33.91 -
YUV 106.09 154.47 53.76 -
System Red Green Blue C M Y K H S L
Decimal 2 150 153 0.99 0.02 0 0.4 181.19 0.97 0.3
Hex 2 96 99 63 2 0 28 B5 61 1E
Octal 2 226 231 143 2 0 50 265 141 36
Binary 10 10010110 10011001 1100011 10 0 101000 10110101 1100001 11110

Color Harmonies of #029699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029699

Black with #029699

Text Example


Text Example

White with #029699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029699; }

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

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

background-color css

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

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

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

border-color css

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

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

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