#29B6B2

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

Shades of Light Sea Green #29B6B2

Tints of Light Sea Green #29B6B2

Color information

#29B6B2 (or 0x29B6B2) is unknown color: approx Light Sea Green. HEX triplet: 29, B6 and B2. RGB value is (41,182,178). Sum of RGB (Red+Green+Blue) = 41+182+178=401 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.22% from 401); Green value is 182 (71.48% from 255 or 45.39% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 182 - color contains mainly: green. Hex color #29B6B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B6B2 is #D6494D. Grayscale: #8B8B8B. Windows color (decimal): -14043470 or 11712041. OLE color: 11712041.

HSL color Cylindrical-coordinate representation of color #29B6B2: hue angle of 178.3º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B6B2 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB41182178-
CMYK0.7700.020.29
HSL178.3º63.23%43.73%-
HSV(B)178.3º77.47%71.37%-
XYZ25.6837.1447.94-
YUV139.38149.7957.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.22%
GREEN value IS 182 (71.48% from 255) = 45.39%
BLUE value IS 178 (69.92% from 255) = 44.39%
R=10.22%
G=45.39%
B=44.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal411821780.7700.020.29178.363.2343.73
Hex29B6B24D021Db23f2c
Octal5126626211502352627754
Binary101001101101101011001010011010101110110110010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,182,178); }

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

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

 a { background-color: rgb(41,182,178); }

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

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

 span { border-color: rgb(41,182,178); }

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