#29AAB1

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

Shades of Light Sea Green #29AAB1

Tints of Light Sea Green #29AAB1

Color information

#29AAB1 (or 0x29AAB1) is unknown color: approx Light Sea Green. HEX triplet: 29, AA and B1. RGB value is (41,170,177). Sum of RGB (Red+Green+Blue) = 41+170+177=388 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.57% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: blue. Hex color #29AAB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AAB1 is #D6554E. Grayscale: #848484. Windows color (decimal): -14046543 or 11643433. OLE color: 11643433.

HSL color Cylindrical-coordinate representation of color #29AAB1: hue angle of 183.09º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29AAB1 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB41170177-
CMYK0.770.0400.31
HSL183.09º62.39%42.75%-
HSV(B)183.09º76.84%69.41%-
XYZ23.2232.446.62-
YUV132.23153.2662.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.57%
GREEN value IS 170 (66.80% from 255) = 43.81%
BLUE value IS 177 (69.53% from 255) = 45.62%
R=10.57%
G=43.81%
B=45.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal411701770.770.0400.31183.0962.3942.75
Hex29AAB14D401Fb73e2b
Octal5125226111540372677653
Binary1010011010101010110001100110110001111110110111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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