#29B5B5

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

Shades of Light Sea Green #29B5B5

Tints of Light Sea Green #29B5B5

Color information

#29B5B5 (or 0x29B5B5) is unknown color: approx Light Sea Green. HEX triplet: 29, B5 and B5. RGB value is (41,181,181). Sum of RGB (Red+Green+Blue) = 41+181+181=403 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.17% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 181 - color contains mainly: green, blue. Hex color #29B5B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29B5B5 is #D64A4A. Grayscale: #8B8B8B. Windows color (decimal): -14043723 or 11908393. OLE color: 11908393.

HSL color Cylindrical-coordinate representation of color #29B5B5: hue angle of 180º 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 #29B5B5 is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB41181181-
CMYK0.77000.29
HSL180º63.06%43.53%-
HSV(B)180º77.35%70.98%-
XYZ25.7836.8649.47-
YUV139.14151.6258-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.17%
GREEN value IS 181 (71.09% from 255) = 44.91%
BLUE value IS 181 (71.09% from 255) = 44.91%
R=10.17%
G=44.91%
B=44.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal411811810.77000.2918063.0643.53
Hex29B5B54D001Db43f2c
Octal5126526511500352647754
Binary10100110110101101101011001101001110110110100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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