#34AAA6

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

Shades of Light Sea Green #34AAA6

Tints of Light Sea Green #34AAA6

Color information

#34AAA6 (or 0x34AAA6) is unknown color: approx Light Sea Green. HEX triplet: 34, AA and A6. RGB value is (52,170,166). Sum of RGB (Red+Green+Blue) = 52+170+166=388 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.40% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 166 (65.23% from 255 or 42.78% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #34AAA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AAA6 is #CB5559. Grayscale: #868686. Windows color (decimal): -13325658 or 10922548. OLE color: 10922548.

HSL color Cylindrical-coordinate representation of color #34AAA6: hue angle of 177.97º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34AAA6 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB52170166-
CMYK0.6900.020.33
HSL177.97º53.15%43.53%-
HSV(B)177.97º69.41%66.67%-
XYZ22.6732.2341.1-
YUV134.26145.9169.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.40%
GREEN value IS 170 (66.80% from 255) = 43.81%
BLUE value IS 166 (65.23% from 255) = 42.78%
R=13.40%
G=43.81%
B=42.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521701660.6900.020.33177.9753.1543.53
Hex34AAA6450221b2352c
Octal6425224610502412626554
Binary1101001010101010100110100010101010000110110010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34AAA6; }

 p { color: rgb(52,170,166); }

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

<style>
 a { background-color: #34AAA6; }

 a { background-color: rgb(52,170,166); }

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

<style>
 span { border-color: #34AAA6; }

 span { border-color: rgb(52,170,166); }

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