Html Css Color HEX #29A7AA Light Sea Green

📋 copy color: '#29A7AA'

red 41 ◦ green 167 ◦ blue 170

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

Shades of Light Sea Green #29A7AA

Tints of Light Sea Green #29A7AA

RGB

 RED value IS 41 (16.41% from 255) = 10.85%

 GREEN value IS 167 (65.63% from 255) = 44.18%

 BLUE value IS 170 (66.8% from 255) = 44.97%

R = 10.85%
G = 44.18%
B = 44.97%

CMYK

 C value IS 0.76

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#29A7AA (or 0x29A7AA) is known color: Light Sea Green. HEX triplet: 29, A7 and AA. RGB value is (41,167,170). Sum of RGB (Red+Green+Blue) = 41+167+170=378 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.85% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #29A7AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A7AA is #D65855. Grayscale: #818181. Windows color (decimal): -14047318 or 11183913. OLE color: 11183913.

HSL color Cylindrical-coordinate representation of color #29A7AA: hue angle of 181.4º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29A7AA is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 167 170 -
CMYK 0.76 0.02 0 0.33
HSL 181.4º 0.61% 0.41% -
HSV(B) 181.4º 0.76% 0.67% -
XYZ 21.99 31.01 42.86 -
YUV 129.67 150.76 64.76 -
System Red Green Blue C M Y K H S L
Decimal 41 167 170 0.76 0.02 0 0.33 181.4 0.61 0.41
Hex 29 A7 AA 4C 2 0 21 B5 3D 29
Octal 51 247 252 114 2 0 41 265 75 51
Binary 101001 10100111 10101010 1001100 10 0 100001 10110101 111101 101001

Color Harmonies of #29A7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A7AA

Black with #29A7AA

Text Example


Text Example

White with #29A7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29A7AA; }

 p { color: rgb(41,167,170); }

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

background-color css

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

 a { background-color: rgb(41,167,170); }

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

border-color css

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

 span { border-color: rgb(41,167,170); }

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