#29B3AF

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

Shades of Light Sea Green #29B3AF

Tints of Light Sea Green #29B3AF

Color information

#29B3AF (or 0x29B3AF) is unknown color: approx Light Sea Green. HEX triplet: 29, B3 and AF. RGB value is (41,179,175). Sum of RGB (Red+Green+Blue) = 41+179+175=395 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.38% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #29B3AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B3AF is #D64C50. Grayscale: #898989. Windows color (decimal): -14044241 or 11514665. OLE color: 11514665.

HSL color Cylindrical-coordinate representation of color #29B3AF: hue angle of 178.26º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B3AF is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB41179175-
CMYK0.7700.020.30
HSL178.26º62.73%43.14%-
HSV(B)178.26º77.09%70.2%-
XYZ24.7735.8146.16-
YUV137.28149.2859.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.38%
GREEN value IS 179 (70.31% from 255) = 45.32%
BLUE value IS 175 (68.75% from 255) = 44.30%
R=10.38%
G=45.32%
B=44.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal411791750.7700.020.30178.2662.7343.14
Hex29B3AF4D021Eb23f2b
Octal5126325711502362627753
Binary101001101100111010111110011010101111010110010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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