Html Css Color HEX #29AEAB Light Sea Green

📋 copy color: '#29AEAB'

red 41 ◦ green 174 ◦ blue 171

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

Shades of Light Sea Green #29AEAB

Tints of Light Sea Green #29AEAB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.08%

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

R = 10.62%
G = 45.08%
B = 44.3%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#29AEAB (or 0x29AEAB) is known color: Light Sea Green. HEX triplet: 29, AE and AB. RGB value is (41,174,171). Sum of RGB (Red+Green+Blue) = 41+174+171=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 174 - color contains mainly: green. Hex color #29AEAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AEAB is #D65154. Grayscale: #858585. Windows color (decimal): -14045525 or 11251241. OLE color: 11251241.

HSL color Cylindrical-coordinate representation of color #29AEAB: hue angle of 178.65º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29AEAB is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 41 174 171 -
CMYK 0.76 0 0.02 0.32
HSL 178.65º 0.62% 0.42% -
HSV(B) 178.65º 0.76% 0.68% -
XYZ 23.4 33.68 43.8 -
YUV 133.89 148.94 61.74 -
System Red Green Blue C M Y K H S L
Decimal 41 174 171 0.76 0 0.02 0.32 178.65 0.62 0.42
Hex 29 AE AB 4C 0 2 20 B3 3E 2A
Octal 51 256 253 114 0 2 40 263 76 52
Binary 101001 10101110 10101011 1001100 0 10 100000 10110011 111110 101010

Color Harmonies of #29AEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AEAB

Black with #29AEAB

Text Example


Text Example

White with #29AEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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