#29B3C5

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

Shades of Light Sea Green #29B3C5

Tints of Light Sea Green #29B3C5

Color information

#29B3C5 (or 0x29B3C5) is unknown color: approx Light Sea Green. HEX triplet: 29, B3 and C5. RGB value is (41,179,197). Sum of RGB (Red+Green+Blue) = 41+179+197=417 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.83% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 197 (77.34% from 255 or 47.24% from 417); Max value from RGB is 197 - color contains mainly: blue. Hex color #29B3C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29B3C5 is #D64C3A. Grayscale: #8B8B8B. Windows color (decimal): -14044219 or 12956457. OLE color: 12956457.

HSL color Cylindrical-coordinate representation of color #29B3C5: hue angle of 186.92º 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 #29B3C5 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB41179197-
CMYK0.790.0900.23
HSL186.92º65.55%46.67%-
HSV(B)186.92º79.19%77.25%-
XYZ27.1136.7458.49-
YUV139.79160.2857.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.83%
GREEN value IS 179 (70.31% from 255) = 42.93%
BLUE value IS 197 (77.34% from 255) = 47.24%
R=9.83%
G=42.93%
B=47.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal411791970.790.0900.23186.9265.5546.67
Hex29B3C54F9017bb422f
Octal512633051171102727310257
Binary101001101100111100010110011111001010111101110111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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