Html Css Color HEX #29AFA8 Light Sea Green

📋 copy color: '#29AFA8'

red 41 ◦ green 175 ◦ blue 168

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

Shades of Light Sea Green #29AFA8

Tints of Light Sea Green #29AFA8

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.57%

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

R = 10.68%
G = 45.57%
B = 43.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#29AFA8 (or 0x29AFA8) is known color: Light Sea Green. HEX triplet: 29, AF and A8. RGB value is (41,175,168). Sum of RGB (Red+Green+Blue) = 41+175+168=384 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.68% from 384); Green value is 175 (68.75% from 255 or 45.57% from 384); Blue value is 168 (66.02% from 255 or 43.75% from 384); Max value from RGB is 175 - color contains mainly: green. Hex color #29AFA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AFA8 is #D65057. Grayscale: #868686. Windows color (decimal): -14045272 or 11054889. OLE color: 11054889.

HSL color Cylindrical-coordinate representation of color #29AFA8: hue angle of 176.87º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29AFA8 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 175 168 -
CMYK 0.77 0 0.04 0.31
HSL 176.87º 0.62% 0.42% -
HSV(B) 176.87º 0.77% 0.69% -
XYZ 23.31 33.96 42.37 -
YUV 134.14 147.11 61.57 -
System Red Green Blue C M Y K H S L
Decimal 41 175 168 0.77 0 0.04 0.31 176.87 0.62 0.42
Hex 29 AF A8 4D 0 4 1F B1 3E 2A
Octal 51 257 250 115 0 4 37 261 76 52
Binary 101001 10101111 10101000 1001101 0 100 11111 10110001 111110 101010

Color Harmonies of #29AFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AFA8

Black with #29AFA8

Text Example


Text Example

White with #29AFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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