#29B2BE

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

Shades of Light Sea Green #29B2BE

Tints of Light Sea Green #29B2BE

Color information

#29B2BE (or 0x29B2BE) is unknown color: approx Light Sea Green. HEX triplet: 29, B2 and BE. RGB value is (41,178,190). Sum of RGB (Red+Green+Blue) = 41+178+190=409 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10.02% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #29B2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29B2BE is #D64D41. Grayscale: #8A8A8A. Windows color (decimal): -14044482 or 12497449. OLE color: 12497449.

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

Color convert

RGB41178190-
CMYK0.780.0600.25
HSL184.83º64.5%45.29%-
HSV(B)184.83º78.42%74.51%-
XYZ26.1336.0354.29-
YUV138.4157.1158.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.02%
GREEN value IS 178 (69.92% from 255) = 43.52%
BLUE value IS 190 (74.61% from 255) = 46.45%
R=10.02%
G=43.52%
B=46.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411781900.780.0600.25184.8364.545.29
Hex29B2BE4E6019b9412d
Octal51262276116603127110155
Binary10100110110010101111101001110110011001101110011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,178,190); }

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

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

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

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

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

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

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