#29BAAE

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

Shades of Light Sea Green #29BAAE

Tints of Light Sea Green #29BAAE

Color information

#29BAAE (or 0x29BAAE) is unknown color: approx Light Sea Green. HEX triplet: 29, BA and AE. RGB value is (41,186,174). Sum of RGB (Red+Green+Blue) = 41+186+174=401 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.22% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #29BAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BAAE is #D64551. Grayscale: #8D8D8D. Windows color (decimal): -14042450 or 11450921. OLE color: 11450921.

HSL color Cylindrical-coordinate representation of color #29BAAE: hue angle of 175.03º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BAAE is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB41186174-
CMYK0.7800.060.27
HSL175.03º63.88%44.51%-
HSV(B)175.03º77.96%72.94%-
XYZ26.1138.6546.13-
YUV141.28146.4656.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.22%
GREEN value IS 186 (73.05% from 255) = 46.38%
BLUE value IS 174 (68.36% from 255) = 43.39%
R=10.22%
G=46.38%
B=43.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal411861740.7800.060.27175.0363.8844.51
Hex29BAAE4E061Baf402d
Octal51272256116063325710055
Binary10100110111010101011101001110011011011101011111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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