Html Css Color HEX #29B2AB Light Sea Green

📋 copy color: '#29B2AB'

red 41 ◦ green 178 ◦ blue 171

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

Shades of Light Sea Green #29B2AB

Tints of Light Sea Green #29B2AB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.64%

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

R = 10.51%
G = 45.64%
B = 43.85%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#29B2AB (or 0x29B2AB) is known color: Light Sea Green. HEX triplet: 29, B2 and AB. RGB value is (41,178,171). Sum of RGB (Red+Green+Blue) = 41+178+171=390 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.51% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 178 - color contains mainly: green. Hex color #29B2AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29B2AB is #D64D54. Grayscale: #888888. Windows color (decimal): -14044501 or 11252265. OLE color: 11252265.

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

Color convert

RGB 41 178 171 -
CMYK 0.77 0 0.04 0.30
HSL 176.93º 0.63% 0.43% -
HSV(B) 176.93º 0.77% 0.7% -
XYZ 24.19 35.25 44.06 -
YUV 136.24 147.61 60.07 -
System Red Green Blue C M Y K H S L
Decimal 41 178 171 0.77 0 0.04 0.30 176.93 0.63 0.43
Hex 29 B2 AB 4D 0 4 1E B1 3F 2B
Octal 51 262 253 115 0 4 36 261 77 53
Binary 101001 10110010 10101011 1001101 0 100 11110 10110001 111111 101011

Color Harmonies of #29B2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29B2AB

Black with #29B2AB

Text Example


Text Example

White with #29B2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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