Html Css Color HEX #29ACAC Light Sea Green

📋 copy color: '#29ACAC'

red 41 ◦ green 172 ◦ blue 172

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

Shades of Light Sea Green #29ACAC

Tints of Light Sea Green #29ACAC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.68%

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

R = 10.65%
G = 44.68%
B = 44.68%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#29ACAC (or 0x29ACAC) is known color: Light Sea Green. HEX triplet: 29, AC and AC. RGB value is (41,172,172). Sum of RGB (Red+Green+Blue) = 41+172+172=385 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.65% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #29ACAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29ACAC is #D65353. Grayscale: #848484. Windows color (decimal): -14046036 or 11316265. OLE color: 11316265.

HSL color Cylindrical-coordinate representation of color #29ACAC: hue angle of 180º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29ACAC is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 172 172 -
CMYK 0.76 0 0 0.33
HSL 180º 0.62% 0.42% -
HSV(B) 180º 0.76% 0.67% -
XYZ 23.11 32.96 44.17 -
YUV 132.83 150.1 62.5 -
System Red Green Blue C M Y K H S L
Decimal 41 172 172 0.76 0 0 0.33 180 0.62 0.42
Hex 29 AC AC 4C 0 0 21 B4 3E 2A
Octal 51 254 254 114 0 0 41 264 76 52
Binary 101001 10101100 10101100 1001100 0 0 100001 10110100 111110 101010

Color Harmonies of #29ACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ACAC

Black with #29ACAC

Text Example


Text Example

White with #29ACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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