#29B9AF

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

Shades of Light Sea Green #29B9AF

Tints of Light Sea Green #29B9AF

Color information

#29B9AF (or 0x29B9AF) is unknown color: approx Light Sea Green. HEX triplet: 29, B9 and AF. RGB value is (41,185,175). Sum of RGB (Red+Green+Blue) = 41+185+175=401 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.22% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #29B9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B9AF is #D64650. Grayscale: #8C8C8C. Windows color (decimal): -14042705 or 11516201. OLE color: 11516201.

HSL color Cylindrical-coordinate representation of color #29B9AF: hue angle of 175.83º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29B9AF is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB41185175-
CMYK0.7800.050.27
HSL175.83º63.72%44.31%-
HSV(B)175.83º77.84%72.55%-
XYZ2638.2646.57-
YUV140.8147.2956.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.22%
GREEN value IS 185 (72.66% from 255) = 46.13%
BLUE value IS 175 (68.75% from 255) = 43.64%
R=10.22%
G=46.13%
B=43.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal411851750.7800.050.27175.8363.7244.31
Hex29B9AF4E051Bb0402c
Octal51271257116053326010054
Binary10100110111001101011111001110010111011101100001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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