Html Css Color HEX #29BBAF Light Sea Green

📋 copy color: '#29BBAF'

red 41 ◦ green 187 ◦ blue 175

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

Shades of Light Sea Green #29BBAF

Tints of Light Sea Green #29BBAF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.4%

 BLUE value IS 175 (68.75% from 255) = 43.42%

R = 10.17%
G = 46.4%
B = 43.42%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#29BBAF (or 0x29BBAF) is known color: Light Sea Green. HEX triplet: 29, BB and AF. RGB value is (41,187,175). Sum of RGB (Red+Green+Blue) = 41+187+175=403 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.17% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #29BBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BBAF is #D64450. Grayscale: #8D8D8D. Windows color (decimal): -14042193 or 11516713. OLE color: 11516713.

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

Color convert

RGB 41 187 175 -
CMYK 0.78 0 0.06 0.27
HSL 175.07º 0.64% 0.45% -
HSV(B) 175.07º 0.78% 0.73% -
XYZ 26.42 39.11 46.71 -
YUV 141.98 146.63 55.98 -
System Red Green Blue C M Y K H S L
Decimal 41 187 175 0.78 0 0.06 0.27 175.07 0.64 0.45
Hex 29 BB AF 4E 0 6 1B AF 40 2D
Octal 51 273 257 116 0 6 33 257 100 55
Binary 101001 10111011 10101111 1001110 0 110 11011 10101111 1000000 101101

Color Harmonies of #29BBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BBAF

Black with #29BBAF

Text Example


Text Example

White with #29BBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,187,175); }

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

background-color css

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

 a { background-color: rgb(41,187,175); }

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

border-color css

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

 span { border-color: rgb(41,187,175); }

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