#29BCC4

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

Shades of Light Sea Green #29BCC4

Tints of Light Sea Green #29BCC4

Color information

#29BCC4 (or 0x29BCC4) is unknown color: approx Light Sea Green. HEX triplet: 29, BC and C4. RGB value is (41,188,196). Sum of RGB (Red+Green+Blue) = 41+188+196=425 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.65% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 196 (76.95% from 255 or 46.12% from 425); Max value from RGB is 196 - color contains mainly: blue. Hex color #29BCC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BCC4 is #D6433B. Grayscale: #909090. Windows color (decimal): -14041916 or 12893225. OLE color: 12893225.

HSL color Cylindrical-coordinate representation of color #29BCC4: hue angle of 183.1º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29BCC4 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB41188196-
CMYK0.790.0400.23
HSL183.1º65.4%46.47%-
HSV(B)183.1º79.08%76.86%-
XYZ28.8640.4258.51-
YUV144.96156.853.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.65%
GREEN value IS 188 (73.83% from 255) = 44.24%
BLUE value IS 196 (76.95% from 255) = 46.12%
R=9.65%
G=44.24%
B=46.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal411881960.790.0400.23183.165.446.47
Hex29BCC44F4017b7412e
Octal51274304117402726710156
Binary10100110111100110001001001111100010111101101111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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