Html Css Color HEX #29BAAB Light Sea Green

📋 copy color: '#29BAAB'

red 41 ◦ green 186 ◦ blue 171

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

Shades of Light Sea Green #29BAAB

Tints of Light Sea Green #29BAAB

RGB

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

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

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

R = 10.3%
G = 46.73%
B = 42.96%

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

#29BAAB (or 0x29BAAB) is known color: Light Sea Green. HEX triplet: 29, BA and AB. RGB value is (41,186,171). Sum of RGB (Red+Green+Blue) = 41+186+171=398 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.30% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #29BAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BAAB is #D64554. Grayscale: #8C8C8C. Windows color (decimal): -14042453 or 11254313. OLE color: 11254313.

HSL color Cylindrical-coordinate representation of color #29BAAB: hue angle of 173.79º 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 #29BAAB is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 186 171 -
CMYK 0.78 0 0.08 0.27
HSL 173.79º 0.64% 0.45% -
HSV(B) 173.79º 0.78% 0.73% -
XYZ 25.82 38.53 44.6 -
YUV 140.94 144.96 56.72 -
System Red Green Blue C M Y K H S L
Decimal 41 186 171 0.78 0 0.08 0.27 173.79 0.64 0.45
Hex 29 BA AB 4E 0 8 1B AE 40 2D
Octal 51 272 253 116 0 10 33 256 100 55
Binary 101001 10111010 10101011 1001110 0 1000 11011 10101110 1000000 101101

Color Harmonies of #29BAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BAAB

Black with #29BAAB

Text Example


Text Example

White with #29BAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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