Html Css Color HEX #29C9AF Light Sea Green

📋 copy color: '#29C9AF'

red 41 ◦ green 201 ◦ blue 175

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

Shades of Light Sea Green #29C9AF

Tints of Light Sea Green #29C9AF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.2%

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

R = 9.83%
G = 48.2%
B = 41.97%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#29C9AF (or 0x29C9AF) is known color: Light Sea Green. HEX triplet: 29, C9 and AF. RGB value is (41,201,175). Sum of RGB (Red+Green+Blue) = 41+201+175=417 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.83% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 201 - color contains mainly: green. Hex color #29C9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C9AF is #D63650. Grayscale: #969696. Windows color (decimal): -14038609 or 11520297. OLE color: 11520297.

HSL color Cylindrical-coordinate representation of color #29C9AF: hue angle of 170.25º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29C9AF is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 41 201 175 -
CMYK 0.80 0 0.13 0.21
HSL 170.25º 0.66% 0.47% -
HSV(B) 170.25º 0.8% 0.79% -
XYZ 29.54 45.34 47.75 -
YUV 150.2 141.99 50.11 -
System Red Green Blue C M Y K H S L
Decimal 41 201 175 0.80 0 0.13 0.21 170.25 0.66 0.47
Hex 29 C9 AF 50 0 D 15 AA 42 2F
Octal 51 311 257 120 0 15 25 252 102 57
Binary 101001 11001001 10101111 1010000 0 1101 10101 10101010 1000010 101111

Color Harmonies of #29C9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29C9AF

Black with #29C9AF

Text Example


Text Example

White with #29C9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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