#29c7be

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

Shades of Light Sea Green #29C7BE

Tints of Light Sea Green #29C7BE

Color information

#29C7BE (or 0x29C7BE) is unknown color: approx Light Sea Green. HEX triplet: 29, C7 and BE. RGB value is (41,199,190). Sum of RGB (Red+Green+Blue) = 41+199+190=430 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.53% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 199 - color contains mainly: green. Hex color #29C7BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C7BE is #D63841. Grayscale: #969696. Windows color (decimal): -14039106 or 12502825. OLE color: 12502825.

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

Color convert

RGB41199190-
CMYK0.7900.050.22
HSL176.58º65.83%47.06%-
HSV(B)176.58º79.4%78.04%-
XYZ30.6345.0455.79-
YUV150.73150.1549.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.53%
GREEN value IS 199 (78.12% from 255) = 46.28%
BLUE value IS 190 (74.61% from 255) = 44.19%
R=9.53%
G=46.28%
B=44.19%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal411991900.7900.050.22176.5865.8347.06
Hex29C7BE4F0516b1422f
Octal51307276117052626110257
Binary10100111000111101111101001111010110110101100011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29c7be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,199,190); }

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

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

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

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

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

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

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