Html Css Color HEX #29BAAC Light Sea Green

📋 copy color: '#29BAAC'

red 41 ◦ green 186 ◦ blue 172

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

Shades of Light Sea Green #29BAAC

Tints of Light Sea Green #29BAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.62%

 BLUE value IS 172 (67.58% from 255) = 43.11%

R = 10.28%
G = 46.62%
B = 43.11%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#29BAAC (or 0x29BAAC) is known color: Light Sea Green. HEX triplet: 29, BA and AC. RGB value is (41,186,172). Sum of RGB (Red+Green+Blue) = 41+186+172=399 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.28% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #29BAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BAAC is #D64553. Grayscale: #8C8C8C. Windows color (decimal): -14042452 or 11319849. OLE color: 11319849.

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

Color convert

RGB 41 186 172 -
CMYK 0.78 0 0.08 0.27
HSL 174.21º 0.64% 0.45% -
HSV(B) 174.21º 0.78% 0.73% -
XYZ 25.92 38.57 45.11 -
YUV 141.05 145.46 56.64 -
System Red Green Blue C M Y K H S L
Decimal 41 186 172 0.78 0 0.08 0.27 174.21 0.64 0.45
Hex 29 BA AC 4E 0 8 1B AE 40 2D
Octal 51 272 254 116 0 10 33 256 100 55
Binary 101001 10111010 10101100 1001110 0 1000 11011 10101110 1000000 101101

Color Harmonies of #29BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BAAC

Black with #29BAAC

Text Example


Text Example

White with #29BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,186,172); }

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

background-color css

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

 a { background-color: rgb(41,186,172); }

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

border-color css

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

 span { border-color: rgb(41,186,172); }

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