#29B9BF

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

Shades of Light Sea Green #29B9BF

Tints of Light Sea Green #29B9BF

Color information

#29B9BF (or 0x29B9BF) is unknown color: approx Light Sea Green. HEX triplet: 29, B9 and BF. RGB value is (41,185,191). Sum of RGB (Red+Green+Blue) = 41+185+191=417 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.83% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #29B9BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29B9BF is #D64640. Grayscale: #8E8E8E. Windows color (decimal): -14042689 or 12564777. OLE color: 12564777.

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

Color convert

RGB41185191-
CMYK0.790.0300.25
HSL182.4º64.66%45.49%-
HSV(B)182.4º78.53%74.9%-
XYZ27.6738.9355.35-
YUV142.63155.2955.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.83%
GREEN value IS 185 (72.66% from 255) = 44.36%
BLUE value IS 191 (75% from 255) = 45.80%
R=9.83%
G=44.36%
B=45.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411851910.790.0300.25182.464.6645.49
Hex29B9BF4F3019b6412d
Octal51271277117303126610155
Binary1010011011100110111111100111111011001101101101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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