#29BFBA

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

Shades of Light Sea Green #29BFBA

Tints of Light Sea Green #29BFBA

Color information

#29BFBA (or 0x29BFBA) is unknown color: approx Light Sea Green. HEX triplet: 29, BF and BA. RGB value is (41,191,186). Sum of RGB (Red+Green+Blue) = 41+191+186=418 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.81% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #29BFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BFBA is #D64045. Grayscale: #919191. Windows color (decimal): -14041158 or 12238633. OLE color: 12238633.

HSL color Cylindrical-coordinate representation of color #29BFBA: hue angle of 178º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29BFBA is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB41191186-
CMYK0.7900.030.25
HSL178º64.66%45.49%-
HSV(B)178º78.53%74.9%-
XYZ28.4141.2852.92-
YUV145.58150.853.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.81%
GREEN value IS 191 (75% from 255) = 45.69%
BLUE value IS 186 (73.05% from 255) = 44.50%
R=9.81%
G=45.69%
B=44.50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411911860.7900.030.2517864.6645.49
Hex29BFBA4F0319b2412d
Octal51277272117033126210155
Binary1010011011111110111010100111101111001101100101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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