#29B0AB

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

Shades of Light Sea Green #29B0AB

Tints of Light Sea Green #29B0AB

Color information

#29B0AB (or 0x29B0AB) is unknown color: approx Light Sea Green. HEX triplet: 29, B0 and AB. RGB value is (41,176,171). Sum of RGB (Red+Green+Blue) = 41+176+171=388 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.57% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #29B0AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29B0AB is #D64F54. Grayscale: #868686. Windows color (decimal): -14045013 or 11251753. OLE color: 11251753.

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

Color convert

RGB41176171-
CMYK0.7700.030.31
HSL177.78º62.21%42.55%-
HSV(B)177.78º76.7%69.02%-
XYZ23.7934.4643.93-
YUV135.06148.2760.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.57%
GREEN value IS 176 (69.14% from 255) = 45.36%
BLUE value IS 171 (67.19% from 255) = 44.07%
R=10.57%
G=45.36%
B=44.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal411761710.7700.030.31177.7862.2142.55
Hex29B0AB4D031Fb23e2b
Octal5126025311503372627653
Binary101001101100001010101110011010111111110110010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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