#29A5AB

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

Shades of Light Sea Green #29A5AB

Tints of Light Sea Green #29A5AB

Color information

#29A5AB (or 0x29A5AB) is unknown color: approx Light Sea Green. HEX triplet: 29, A5 and AB. RGB value is (41,165,171). Sum of RGB (Red+Green+Blue) = 41+165+171=377 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.88% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #29A5AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A5AB is #D65A54. Grayscale: #808080. Windows color (decimal): -14047829 or 11248937. OLE color: 11248937.

HSL color Cylindrical-coordinate representation of color #29A5AB: hue angle of 182.77º degrees, saturation: 0.61, 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 #29A5AB is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB41165171-
CMYK0.760.0400.33
HSL182.77º61.32%41.57%-
HSV(B)182.77º76.02%67.06%-
XYZ21.7230.3243.24-
YUV128.61151.9265.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.88%
GREEN value IS 165 (64.84% from 255) = 43.77%
BLUE value IS 171 (67.19% from 255) = 45.36%
R=10.88%
G=43.77%
B=45.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411651710.760.0400.33182.7761.3241.57
Hex29A5AB4C4021b73d2a
Octal5124525311440412677552
Binary10100110100101101010111001100100010000110110111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,165,171); }

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

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

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

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

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

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

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