#29BA9C

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

Shades of Light Sea Green #29BA9C

Tints of Light Sea Green #29BA9C

Color information

#29BA9C (or 0x29BA9C) is unknown color: approx Light Sea Green. HEX triplet: 29, BA and 9C. RGB value is (41,186,156). Sum of RGB (Red+Green+Blue) = 41+186+156=383 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.70% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #29BA9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BA9C is #D64563. Grayscale: #8B8B8B. Windows color (decimal): -14042468 or 10271273. OLE color: 10271273.

HSL color Cylindrical-coordinate representation of color #29BA9C: hue angle of 167.59º 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 #29BA9C is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB41186156-
CMYK0.7800.160.27
HSL167.59º63.88%44.51%-
HSV(B)167.59º77.96%72.94%-
XYZ24.4737.9937.5-
YUV139.22137.4657.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.70%
GREEN value IS 186 (73.05% from 255) = 48.56%
BLUE value IS 156 (61.33% from 255) = 40.73%
R=10.70%
G=48.56%
B=40.73%

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
Decimal411861560.7800.160.27167.5963.8844.51
Hex29BA9C4E0101Ba8402d
Octal512722341160203325010055
Binary1010011011101010011100100111001000011011101010001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,186,156); }

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

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

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

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

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

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

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