#29B8BE

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

Shades of Light Sea Green #29B8BE

Tints of Light Sea Green #29B8BE

Color information

#29B8BE (or 0x29B8BE) is unknown color: approx Light Sea Green. HEX triplet: 29, B8 and BE. RGB value is (41,184,190). Sum of RGB (Red+Green+Blue) = 41+184+190=415 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.88% from 415); Green value is 184 (72.27% from 255 or 44.34% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #29B8BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29B8BE is #D64741. Grayscale: #8D8D8D. Windows color (decimal): -14042946 or 12498985. OLE color: 12498985.

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

Color convert

RGB41184190-
CMYK0.780.0300.25
HSL182.42º64.5%45.29%-
HSV(B)182.42º78.42%74.51%-
XYZ27.3538.4754.7-
YUV141.93155.1256.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.88%
GREEN value IS 184 (72.27% from 255) = 44.34%
BLUE value IS 190 (74.61% from 255) = 45.78%
R=9.88%
G=44.34%
B=45.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411841900.780.0300.25182.4264.545.29
Hex29B8BE4E3019b6412d
Octal51270276116303126610155
Binary1010011011100010111110100111011011001101101101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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