#29CABB

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

Shades of Light Sea Green #29CABB

Tints of Light Sea Green #29CABB

Color information

#29CABB (or 0x29CABB) is unknown color: approx Light Sea Green. HEX triplet: 29, CA and BB. RGB value is (41,202,187). Sum of RGB (Red+Green+Blue) = 41+202+187=430 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.53% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #29CABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CABB is #D63544. Grayscale: #989898. Windows color (decimal): -14038341 or 12306985. OLE color: 12306985.

HSL color Cylindrical-coordinate representation of color #29CABB: hue angle of 174.41º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CABB is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB41202187-
CMYK0.8000.070.21
HSL174.41º66.26%47.65%-
HSV(B)174.41º79.7%79.22%-
XYZ3146.354.32-
YUV152.15147.6648.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.53%
GREEN value IS 202 (79.30% from 255) = 46.98%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=9.53%
G=46.98%
B=43.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal412021870.8000.070.21174.4166.2647.65
Hex29CABB500715ae4230
Octal51312273120072525610260
Binary10100111001010101110111010000011110101101011101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,202,187); }

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

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

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

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

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

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

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