Html Css Color HEX #29C2AF Light Sea Green

📋 copy color: '#29C2AF'

red 41 ◦ green 194 ◦ blue 175

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

Shades of Light Sea Green #29C2AF

Tints of Light Sea Green #29C2AF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.32%

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

R = 10%
G = 47.32%
B = 42.68%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#29C2AF (or 0x29C2AF) is known color: Light Sea Green. HEX triplet: 29, C2 and AF. RGB value is (41,194,175). Sum of RGB (Red+Green+Blue) = 41+194+175=410 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 194 - color contains mainly: green. Hex color #29C2AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C2AF is #D63D50. Grayscale: #929292. Windows color (decimal): -14040401 or 11518505. OLE color: 11518505.

HSL color Cylindrical-coordinate representation of color #29C2AF: hue angle of 172.55º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C2AF is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 41 194 175 -
CMYK 0.79 0 0.10 0.24
HSL 172.55º 0.65% 0.46% -
HSV(B) 172.55º 0.79% 0.76% -
XYZ 27.94 42.15 47.22 -
YUV 146.09 144.31 53.04 -
System Red Green Blue C M Y K H S L
Decimal 41 194 175 0.79 0 0.10 0.24 172.55 0.65 0.46
Hex 29 C2 AF 4F 0 A 18 AD 41 2E
Octal 51 302 257 117 0 12 30 255 101 56
Binary 101001 11000010 10101111 1001111 0 1010 11000 10101101 1000001 101110

Color Harmonies of #29C2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29C2AF

Black with #29C2AF

Text Example


Text Example

White with #29C2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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