#29B5B0

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

Shades of Light Sea Green #29B5B0

Tints of Light Sea Green #29B5B0

Color information

#29B5B0 (or 0x29B5B0) is unknown color: approx Light Sea Green. HEX triplet: 29, B5 and B0. RGB value is (41,181,176). Sum of RGB (Red+Green+Blue) = 41+181+176=398 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.30% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 181 - color contains mainly: green. Hex color #29B5B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B5B0 is #D64A4F. Grayscale: #8A8A8A. Windows color (decimal): -14043728 or 11580713. OLE color: 11580713.

HSL color Cylindrical-coordinate representation of color #29B5B0: hue angle of 177.86º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B5B0 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB41181176-
CMYK0.7700.030.29
HSL177.86º63.06%43.53%-
HSV(B)177.86º77.35%70.98%-
XYZ25.2736.6546.82-
YUV138.57149.1258.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.30%
GREEN value IS 181 (71.09% from 255) = 45.48%
BLUE value IS 176 (69.14% from 255) = 44.22%
R=10.30%
G=45.48%
B=44.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal411811760.7700.030.29177.8663.0643.53
Hex29B5B04D031Db23f2c
Octal5126526011503352627754
Binary101001101101011011000010011010111110110110010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,181,176); }

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

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

 a { background-color: rgb(41,181,176); }

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

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

 span { border-color: rgb(41,181,176); }

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