#29BA9D

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

Shades of Light Sea Green #29BA9D

Tints of Light Sea Green #29BA9D

Color information

#29BA9D (or 0x29BA9D) is unknown color: approx Light Sea Green. HEX triplet: 29, BA and 9D. RGB value is (41,186,157). Sum of RGB (Red+Green+Blue) = 41+186+157=384 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.68% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #29BA9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BA9D is #D64562. Grayscale: #8B8B8B. Windows color (decimal): -14042467 or 10336809. OLE color: 10336809.

HSL color Cylindrical-coordinate representation of color #29BA9D: hue angle of 168º 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 #29BA9D is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB41186157-
CMYK0.7800.160.27
HSL168º63.88%44.51%-
HSV(B)168º77.96%72.94%-
XYZ24.5638.0237.94-
YUV139.34137.9657.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.68%
GREEN value IS 186 (73.05% from 255) = 48.44%
BLUE value IS 157 (61.72% from 255) = 40.89%
R=10.68%
G=48.44%
B=40.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal411861570.7800.160.2716863.8844.51
Hex29BA9D4E0101Ba8402d
Octal512722351160203325010055
Binary1010011011101010011101100111001000011011101010001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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