#29AEAE

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

Shades of Light Sea Green #29AEAE

Tints of Light Sea Green #29AEAE

Color information

#29AEAE (or 0x29AEAE) is unknown color: approx Light Sea Green. HEX triplet: 29, AE and AE. RGB value is (41,174,174). Sum of RGB (Red+Green+Blue) = 41+174+174=389 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.54% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #29AEAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AEAE is #D65151. Grayscale: #868686. Windows color (decimal): -14045522 or 11447849. OLE color: 11447849.

HSL color Cylindrical-coordinate representation of color #29AEAE: hue angle of 180º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29AEAE is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB41174174-
CMYK0.76000.32
HSL180º61.86%42.16%-
HSV(B)180º76.44%68.24%-
XYZ23.6933.845.32-
YUV134.23150.4461.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.54%
GREEN value IS 174 (68.36% from 255) = 44.73%
BLUE value IS 174 (68.36% from 255) = 44.73%
R=10.54%
G=44.73%
B=44.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal411741740.76000.3218061.8642.16
Hex29AEAE4C0020b43e2a
Octal5125625611400402647652
Binary101001101011101010111010011000010000010110100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,174,174); }

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

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

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

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

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

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

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