#29AAB4

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

Shades of Light Sea Green #29AAB4

Tints of Light Sea Green #29AAB4

Color information

#29AAB4 (or 0x29AAB4) is unknown color: approx Light Sea Green. HEX triplet: 29, AA and B4. RGB value is (41,170,180). Sum of RGB (Red+Green+Blue) = 41+170+180=391 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.49% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 180 - color contains mainly: blue. Hex color #29AAB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AAB4 is #D6554B. Grayscale: #848484. Windows color (decimal): -14046540 or 11840041. OLE color: 11840041.

HSL color Cylindrical-coordinate representation of color #29AAB4: hue angle of 184.32º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29AAB4 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB41170180-
CMYK0.770.0600.29
HSL184.32º62.9%43.33%-
HSV(B)184.32º77.22%70.59%-
XYZ23.5332.5248.22-
YUV132.57154.7662.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.49%
GREEN value IS 170 (66.80% from 255) = 43.48%
BLUE value IS 180 (70.70% from 255) = 46.04%
R=10.49%
G=43.48%
B=46.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal411701800.770.0600.29184.3262.943.33
Hex29AAB44D601Db83f2b
Octal5125226411560352707753
Binary1010011010101010110100100110111001110110111000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,170,180); }

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

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

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

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

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

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

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