Html Css Color HEX #29B1AA Light Sea Green

📋 copy color: '#29B1AA'

red 41 ◦ green 177 ◦ blue 170

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

Shades of Light Sea Green #29B1AA

Tints of Light Sea Green #29B1AA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.62%

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

R = 10.57%
G = 45.62%
B = 43.81%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#29B1AA (or 0x29B1AA) is known color: Light Sea Green. HEX triplet: 29, B1 and AA. RGB value is (41,177,170). Sum of RGB (Red+Green+Blue) = 41+177+170=388 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.57% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #29B1AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29B1AA is #D64E55. Grayscale: #878787. Windows color (decimal): -14044758 or 11186473. OLE color: 11186473.

HSL color Cylindrical-coordinate representation of color #29B1AA: hue angle of 176.91º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B1AA is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 177 170 -
CMYK 0.77 0 0.04 0.31
HSL 176.91º 0.62% 0.43% -
HSV(B) 176.91º 0.77% 0.69% -
XYZ 23.89 34.82 43.49 -
YUV 135.54 147.44 60.57 -
System Red Green Blue C M Y K H S L
Decimal 41 177 170 0.77 0 0.04 0.31 176.91 0.62 0.43
Hex 29 B1 AA 4D 0 4 1F B1 3E 2B
Octal 51 261 252 115 0 4 37 261 76 53
Binary 101001 10110001 10101010 1001101 0 100 11111 10110001 111110 101011

Color Harmonies of #29B1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29B1AA

Black with #29B1AA

Text Example


Text Example

White with #29B1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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