Html Css Color HEX #29BDAB Light Sea Green

📋 copy color: '#29BDAB'

red 41 ◦ green 189 ◦ blue 171

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

Shades of Light Sea Green #29BDAB

Tints of Light Sea Green #29BDAB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.13%

 BLUE value IS 171 (67.19% from 255) = 42.64%

R = 10.22%
G = 47.13%
B = 42.64%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#29BDAB (or 0x29BDAB) is known color: Light Sea Green. HEX triplet: 29, BD and AB. RGB value is (41,189,171). Sum of RGB (Red+Green+Blue) = 41+189+171=401 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.22% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #29BDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BDAB is #D64254. Grayscale: #8E8E8E. Windows color (decimal): -14041685 or 11255081. OLE color: 11255081.

HSL color Cylindrical-coordinate representation of color #29BDAB: hue angle of 172.7º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BDAB is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 189 171 -
CMYK 0.78 0 0.10 0.26
HSL 172.7º 0.64% 0.45% -
HSV(B) 172.7º 0.78% 0.74% -
XYZ 26.46 39.81 44.82 -
YUV 142.7 143.97 55.46 -
System Red Green Blue C M Y K H S L
Decimal 41 189 171 0.78 0 0.10 0.26 172.7 0.64 0.45
Hex 29 BD AB 4E 0 A 1A AD 40 2D
Octal 51 275 253 116 0 12 32 255 100 55
Binary 101001 10111101 10101011 1001110 0 1010 11010 10101101 1000000 101101

Color Harmonies of #29BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BDAB

Black with #29BDAB

Text Example


Text Example

White with #29BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,189,171); }

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

background-color css

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

 a { background-color: rgb(41,189,171); }

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

border-color css

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

 span { border-color: rgb(41,189,171); }

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