#29B1AF

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

Shades of Light Sea Green #29B1AF

Tints of Light Sea Green #29B1AF

Color information

#29B1AF (or 0x29B1AF) is unknown color: approx Light Sea Green. HEX triplet: 29, B1 and AF. RGB value is (41,177,175). Sum of RGB (Red+Green+Blue) = 41+177+175=393 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.43% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 177 - color contains mainly: green. Hex color #29B1AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29B1AF is #D64E50. Grayscale: #878787. Windows color (decimal): -14044753 or 11514153. OLE color: 11514153.

HSL color Cylindrical-coordinate representation of color #29B1AF: hue angle of 179.12º 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 #29B1AF is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB41177175-
CMYK0.7700.010.31
HSL179.12º62.39%42.75%-
HSV(B)179.12º76.84%69.41%-
XYZ24.3735.0146.03-
YUV136.11149.9460.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.43%
GREEN value IS 177 (69.53% from 255) = 45.04%
BLUE value IS 175 (68.75% from 255) = 44.53%
R=10.43%
G=45.04%
B=44.53%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal411771750.7700.010.31179.1262.3942.75
Hex29B1AF4D011Fb33e2b
Octal5126125711501372637653
Binary10100110110001101011111001101011111110110011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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