#29B3A6

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

Shades of Light Sea Green #29B3A6

Tints of Light Sea Green #29B3A6

Color information

#29B3A6 (or 0x29B3A6) is unknown color: approx Light Sea Green. HEX triplet: 29, B3 and A6. RGB value is (41,179,166). Sum of RGB (Red+Green+Blue) = 41+179+166=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 166 (65.23% from 255 or 43.01% from 386); Max value from RGB is 179 - color contains mainly: green. Hex color #29B3A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B3A6 is #D64C59. Grayscale: #888888. Windows color (decimal): -14044250 or 10924841. OLE color: 10924841.

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

Color convert

RGB41179166-
CMYK0.7700.070.30
HSL174.35º62.73%43.14%-
HSV(B)174.35º77.09%70.2%-
XYZ23.9235.4641.66-
YUV136.26144.7860.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.62%
GREEN value IS 179 (70.31% from 255) = 46.37%
BLUE value IS 166 (65.23% from 255) = 43.01%
R=10.62%
G=46.37%
B=43.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal411791660.7700.070.30174.3562.7343.14
Hex29B3A64D071Eae3f2b
Octal5126324611507362567753
Binary1010011011001110100110100110101111111010101110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,179,166); }

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

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

 a { background-color: rgb(41,179,166); }

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

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

 span { border-color: rgb(41,179,166); }

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