#29AEB3

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

Shades of Light Sea Green #29AEB3

Tints of Light Sea Green #29AEB3

Color information

#29AEB3 (or 0x29AEB3) is unknown color: approx Light Sea Green. HEX triplet: 29, AE and B3. RGB value is (41,174,179). Sum of RGB (Red+Green+Blue) = 41+174+179=394 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.41% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 179 (70.31% from 255 or 45.43% from 394); Max value from RGB is 179 - color contains mainly: blue. Hex color #29AEB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AEB3 is #D6514C. Grayscale: #868686. Windows color (decimal): -14045517 or 11775529. OLE color: 11775529.

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

Color convert

RGB41174179-
CMYK0.770.0300.30
HSL182.17º62.73%43.14%-
HSV(B)182.17º77.09%70.2%-
XYZ24.193447.94-
YUV134.8152.9461.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.41%
GREEN value IS 174 (68.36% from 255) = 44.16%
BLUE value IS 179 (70.31% from 255) = 45.43%
R=10.41%
G=44.16%
B=45.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal411741790.770.0300.30182.1762.7343.14
Hex29AEB34D301Eb63f2b
Octal5125626311530362667753
Binary101001101011101011001110011011101111010110110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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