#29B4AA

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

Shades of Light Sea Green #29B4AA

Tints of Light Sea Green #29B4AA

Color information

#29B4AA (or 0x29B4AA) is unknown color: approx Light Sea Green. HEX triplet: 29, B4 and AA. RGB value is (41,180,170). Sum of RGB (Red+Green+Blue) = 41+180+170=391 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.49% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #29B4AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B4AA is #D64B55. Grayscale: #898989. Windows color (decimal): -14043990 or 11187241. OLE color: 11187241.

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

Color convert

RGB41180170-
CMYK0.7700.060.29
HSL175.68º62.9%43.33%-
HSV(B)175.68º77.22%70.59%-
XYZ24.4936.0243.69-
YUV137.3146.4559.31-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal411801700.7700.060.29175.6862.943.33
Hex29B4AA4D061Db03f2b
Octal5126425211506352607753
Binary1010011011010010101010100110101101110110110000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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