#29BB9E

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

Shades of Light Sea Green #29BB9E

Tints of Light Sea Green #29BB9E

Color information

#29BB9E (or 0x29BB9E) is unknown color: approx Light Sea Green. HEX triplet: 29, BB and 9E. RGB value is (41,187,158). Sum of RGB (Red+Green+Blue) = 41+187+158=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 187 - color contains mainly: green. Hex color #29BB9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BB9E is #D64461. Grayscale: #8C8C8C. Windows color (decimal): -14042210 or 10402601. OLE color: 10402601.

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

Color convert

RGB41187158-
CMYK0.7800.160.27
HSL168.08º64.04%44.71%-
HSV(B)168.08º78.07%73.33%-
XYZ24.8638.4838.47-
YUV140.04138.1357.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.62%
GREEN value IS 187 (73.44% from 255) = 48.45%
BLUE value IS 158 (62.11% from 255) = 40.93%
R=10.62%
G=48.45%
B=40.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal411871580.7800.160.27168.0864.0444.71
Hex29BB9E4E0101Ba8402d
Octal512732361160203325010055
Binary1010011011101110011110100111001000011011101010001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,187,158); }

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

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

 a { background-color: rgb(41,187,158); }

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

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

 span { border-color: rgb(41,187,158); }

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