Html Css Color HEX #29BEA8 Light Sea Green

📋 copy color: '#29BEA8'

red 41 ◦ green 190 ◦ blue 168

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

Shades of Light Sea Green #29BEA8

Tints of Light Sea Green #29BEA8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.62%

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

R = 10.28%
G = 47.62%
B = 42.11%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#29BEA8 (or 0x29BEA8) is known color: Light Sea Green. HEX triplet: 29, BE and A8. RGB value is (41,190,168). Sum of RGB (Red+Green+Blue) = 41+190+168=399 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.28% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 168 (66.02% from 255 or 42.11% from 399); Max value from RGB is 190 - color contains mainly: green. Hex color #29BEA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BEA8 is #D64157. Grayscale: #8E8E8E. Windows color (decimal): -14041432 or 11058729. OLE color: 11058729.

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

Color convert

RGB 41 190 168 -
CMYK 0.78 0 0.12 0.25
HSL 171.14º 0.65% 0.45% -
HSV(B) 171.14º 0.78% 0.75% -
XYZ 26.4 40.13 43.4 -
YUV 142.94 142.14 55.29 -
System Red Green Blue C M Y K H S L
Decimal 41 190 168 0.78 0 0.12 0.25 171.14 0.65 0.45
Hex 29 BE A8 4E 0 C 19 AB 41 2D
Octal 51 276 250 116 0 14 31 253 101 55
Binary 101001 10111110 10101000 1001110 0 1100 11001 10101011 1000001 101101

Color Harmonies of #29BEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BEA8

Black with #29BEA8

Text Example


Text Example

White with #29BEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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