#29c5ba

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

Shades of Light Sea Green #29C5BA

Tints of Light Sea Green #29C5BA

Color information

#29C5BA (or 0x29C5BA) is unknown color: approx Light Sea Green. HEX triplet: 29, C5 and BA. RGB value is (41,197,186). Sum of RGB (Red+Green+Blue) = 41+197+186=424 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.67% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 197 - color contains mainly: green. Hex color #29C5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C5BA is #D63A45. Grayscale: #949494. Windows color (decimal): -14039622 or 12240169. OLE color: 12240169.

HSL color Cylindrical-coordinate representation of color #29C5BA: hue angle of 175.77º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C5BA is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB41197186-
CMYK0.7900.060.23
HSL175.77º65.55%46.67%-
HSV(B)175.77º79.19%77.25%-
XYZ29.7443.9553.37-
YUV149.1148.8250.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.67%
GREEN value IS 197 (77.34% from 255) = 46.46%
BLUE value IS 186 (73.05% from 255) = 43.87%
R=9.67%
G=46.46%
B=43.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal411971860.7900.060.23175.7765.5546.67
Hex29C5BA4F0617b0422f
Octal51305272117062726010257
Binary10100111000101101110101001111011010111101100001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29c5ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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