#29BAAF

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

Shades of Light Sea Green #29BAAF

Tints of Light Sea Green #29BAAF

Color information

#29BAAF (or 0x29BAAF) is unknown color: approx Light Sea Green. HEX triplet: 29, BA and AF. RGB value is (41,186,175). Sum of RGB (Red+Green+Blue) = 41+186+175=402 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.20% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #29BAAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BAAF is #D64550. Grayscale: #8D8D8D. Windows color (decimal): -14042449 or 11516457. OLE color: 11516457.

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

Color convert

RGB41186175-
CMYK0.7800.060.27
HSL175.45º63.88%44.51%-
HSV(B)175.45º77.96%72.94%-
XYZ26.2138.6846.64-
YUV141.39146.9656.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.20%
GREEN value IS 186 (73.05% from 255) = 46.27%
BLUE value IS 175 (68.75% from 255) = 43.53%
R=10.20%
G=46.27%
B=43.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal411861750.7800.060.27175.4563.8844.51
Hex29BAAF4E061Baf402d
Octal51272257116063325710055
Binary10100110111010101011111001110011011011101011111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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