#29ACAD

Color #29ACAD Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #29ACAD

Tints of Light Sea Green #29ACAD

Color information

#29ACAD (or 0x29ACAD) is unknown color: approx Light Sea Green. HEX triplet: 29, AC and AD. RGB value is (41,172,173). Sum of RGB (Red+Green+Blue) = 41+172+173=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #29ACAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29ACAD is #D65352. Grayscale: #848484. Windows color (decimal): -14046035 or 11381801. OLE color: 11381801.

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

Color convert

RGB41172173-
CMYK0.760.0100.32
HSL180.45º61.68%41.96%-
HSV(B)180.45º76.3%67.84%-
XYZ23.2132.9944.68-
YUV132.94150.662.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.62%
GREEN value IS 172 (67.58% from 255) = 44.56%
BLUE value IS 173 (67.97% from 255) = 44.82%
R=10.62%
G=44.56%
B=44.82%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal411721730.760.0100.32180.4561.6841.96
Hex29ACAD4C1020b43e2a
Octal5125425511410402647652
Binary101001101011001010110110011001010000010110100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29ACAD;
 }
 .AnyTagClassName
 {
   color: #29ACAD;
 }
</style>
background-color css

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

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

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

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

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

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