Html Css Color HEX #29BFA8 Light Sea Green

📋 copy color: '#29BFA8'

red 41 ◦ green 191 ◦ blue 168

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

Shades of Light Sea Green #29BFA8

Tints of Light Sea Green #29BFA8

RGB

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

 GREEN value IS 191 (75% from 255) = 47.75%

 BLUE value IS 168 (66.02% from 255) = 42%

R = 10.25%
G = 47.75%
B = 42%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#29BFA8 (or 0x29BFA8) is known color: Light Sea Green. HEX triplet: 29, BF and A8. RGB value is (41,191,168). Sum of RGB (Red+Green+Blue) = 41+191+168=400 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.25% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #29BFA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BFA8 is #D64057. Grayscale: #8F8F8F. Windows color (decimal): -14041176 or 11058985. OLE color: 11058985.

HSL color Cylindrical-coordinate representation of color #29BFA8: hue angle of 170.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29BFA8 is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 191 168 -
CMYK 0.79 0 0.12 0.25
HSL 170.8º 0.65% 0.45% -
HSV(B) 170.8º 0.79% 0.75% -
XYZ 26.61 40.56 43.47 -
YUV 143.53 141.81 54.87 -
System Red Green Blue C M Y K H S L
Decimal 41 191 168 0.79 0 0.12 0.25 170.8 0.65 0.45
Hex 29 BF A8 4F 0 C 19 AB 41 2D
Octal 51 277 250 117 0 14 31 253 101 55
Binary 101001 10111111 10101000 1001111 0 1100 11001 10101011 1000001 101101

Color Harmonies of #29BFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BFA8

Black with #29BFA8

Text Example


Text Example

White with #29BFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,191,168); }

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

background-color css

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

 a { background-color: rgb(41,191,168); }

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

border-color css

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

 span { border-color: rgb(41,191,168); }

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