Html Css Color HEX #29C0AC Light Sea Green

📋 copy color: '#29C0AC'

red 41 ◦ green 192 ◦ blue 172

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

Shades of Light Sea Green #29C0AC

Tints of Light Sea Green #29C0AC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.41%

 BLUE value IS 172 (67.58% from 255) = 42.47%

R = 10.12%
G = 47.41%
B = 42.47%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#29C0AC (or 0x29C0AC) is known color: Light Sea Green. HEX triplet: 29, C0 and AC. RGB value is (41,192,172). Sum of RGB (Red+Green+Blue) = 41+192+172=405 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.12% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #29C0AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C0AC is #D63F53. Grayscale: #909090. Windows color (decimal): -14040916 or 11321385. OLE color: 11321385.

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

Color convert

RGB 41 192 172 -
CMYK 0.79 0 0.10 0.25
HSL 172.05º 0.65% 0.46% -
HSV(B) 172.05º 0.79% 0.75% -
XYZ 27.21 41.15 45.54 -
YUV 144.57 143.47 54.13 -
System Red Green Blue C M Y K H S L
Decimal 41 192 172 0.79 0 0.10 0.25 172.05 0.65 0.46
Hex 29 C0 AC 4F 0 A 19 AC 41 2E
Octal 51 300 254 117 0 12 31 254 101 56
Binary 101001 11000000 10101100 1001111 0 1010 11001 10101100 1000001 101110

Color Harmonies of #29C0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29C0AC

Black with #29C0AC

Text Example


Text Example

White with #29C0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,192,172); }

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

background-color css

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

 a { background-color: rgb(41,192,172); }

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

border-color css

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

 span { border-color: rgb(41,192,172); }

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