#29BCC6

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

Shades of Light Sea Green #29BCC6

Tints of Light Sea Green #29BCC6

Color information

#29BCC6 (or 0x29BCC6) is unknown color: approx Light Sea Green. HEX triplet: 29, BC and C6. RGB value is (41,188,198). Sum of RGB (Red+Green+Blue) = 41+188+198=427 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.60% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 198 - color contains mainly: blue. Hex color #29BCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BCC6 is #D64339. Grayscale: #919191. Windows color (decimal): -14041914 or 13024297. OLE color: 13024297.

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

Color convert

RGB41188198-
CMYK0.790.0500.22
HSL183.82º65.69%46.86%-
HSV(B)183.82º79.29%77.65%-
XYZ29.0940.5259.71-
YUV145.19157.853.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.60%
GREEN value IS 188 (73.83% from 255) = 44.03%
BLUE value IS 198 (77.73% from 255) = 46.37%
R=9.60%
G=44.03%
B=46.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal411881980.790.0500.22183.8265.6946.86
Hex29BCC64F5016b8422f
Octal51274306117502627010257
Binary10100110111100110001101001111101010110101110001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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