#34AAA5

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

Shades of Light Sea Green #34AAA5

Tints of Light Sea Green #34AAA5

Color information

#34AAA5 (or 0x34AAA5) is unknown color: approx Light Sea Green. HEX triplet: 34, AA and A5. RGB value is (52,170,165). Sum of RGB (Red+Green+Blue) = 52+170+165=387 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.44% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #34AAA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AAA5 is #CB555A. Grayscale: #868686. Windows color (decimal): -13325659 or 10857012. OLE color: 10857012.

HSL color Cylindrical-coordinate representation of color #34AAA5: hue angle of 177.46º 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 #34AAA5 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB52170165-
CMYK0.6900.030.33
HSL177.46º53.15%43.53%-
HSV(B)177.46º69.41%66.67%-
XYZ22.5832.240.62-
YUV134.15145.4169.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.44%
GREEN value IS 170 (66.80% from 255) = 43.93%
BLUE value IS 165 (64.84% from 255) = 42.64%
R=13.44%
G=43.93%
B=42.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521701650.6900.030.33177.4653.1543.53
Hex34AAA5450321b1352c
Octal6425224510503412616554
Binary1101001010101010100101100010101110000110110001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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