#29B9BD

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

Shades of Light Sea Green #29B9BD

Tints of Light Sea Green #29B9BD

Color information

#29B9BD (or 0x29B9BD) is unknown color: approx Light Sea Green. HEX triplet: 29, B9 and BD. RGB value is (41,185,189). Sum of RGB (Red+Green+Blue) = 41+185+189=415 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.88% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #29B9BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29B9BD is #D64642. Grayscale: #8E8E8E. Windows color (decimal): -14042691 or 12433705. OLE color: 12433705.

HSL color Cylindrical-coordinate representation of color #29B9BD: hue angle of 181.62º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29B9BD is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB41185189-
CMYK0.780.0200.26
HSL181.62º64.35%45.1%-
HSV(B)181.62º78.31%74.12%-
XYZ27.4538.8454.19-
YUV142.4154.2955.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.88%
GREEN value IS 185 (72.66% from 255) = 44.58%
BLUE value IS 189 (74.22% from 255) = 45.54%
R=9.88%
G=44.58%
B=45.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal411851890.780.0200.26181.6264.3545.1
Hex29B9BD4E201Ab6402d
Octal51271275116203226610055
Binary1010011011100110111101100111010011010101101101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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