#29BAC6

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

Shades of Light Sea Green #29BAC6

Tints of Light Sea Green #29BAC6

Color information

#29BAC6 (or 0x29BAC6) is unknown color: approx Light Sea Green. HEX triplet: 29, BA and C6. RGB value is (41,186,198). Sum of RGB (Red+Green+Blue) = 41+186+198=425 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.65% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 198 (77.73% from 255 or 46.59% from 425); Max value from RGB is 198 - color contains mainly: blue. Hex color #29BAC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BAC6 is #D64539. Grayscale: #8F8F8F. Windows color (decimal): -14042426 or 13023785. OLE color: 13023785.

HSL color Cylindrical-coordinate representation of color #29BAC6: hue angle of 184.59º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29BAC6 is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB41186198-
CMYK0.790.0600.22
HSL184.59º65.69%46.86%-
HSV(B)184.59º79.29%77.65%-
XYZ28.6739.6759.57-
YUV144.01158.4654.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.65%
GREEN value IS 186 (73.05% from 255) = 43.76%
BLUE value IS 198 (77.73% from 255) = 46.59%
R=9.65%
G=43.76%
B=46.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal411861980.790.0600.22184.5965.6946.86
Hex29BAC64F6016b9422f
Octal51272306117602627110257
Binary10100110111010110001101001111110010110101110011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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