#34A7A5

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

Shades of Light Sea Green #34A7A5

Tints of Light Sea Green #34A7A5

Color information

#34A7A5 (or 0x34A7A5) is unknown color: approx Light Sea Green. HEX triplet: 34, A7 and A5. RGB value is (52,167,165). Sum of RGB (Red+Green+Blue) = 52+167+165=384 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.54% from 384); Green value is 167 (65.62% from 255 or 43.49% from 384); Blue value is 165 (64.84% from 255 or 42.97% from 384); Max value from RGB is 167 - color contains mainly: green. Hex color #34A7A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A7A5 is #CB585A. Grayscale: #848484. Windows color (decimal): -13326427 or 10856244. OLE color: 10856244.

HSL color Cylindrical-coordinate representation of color #34A7A5: hue angle of 178.96º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34A7A5 is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB52167165-
CMYK0.6900.010.35
HSL178.96º52.51%42.94%-
HSV(B)178.96º68.86%65.49%-
XYZ22.0331.0840.44-
YUV132.39146.470.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.54%
GREEN value IS 167 (65.62% from 255) = 43.49%
BLUE value IS 165 (64.84% from 255) = 42.97%
R=13.54%
G=43.49%
B=42.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal521671650.6900.010.35178.9652.5142.94
Hex34A7A5450123b3352b
Octal6424724510501432636553
Binary110100101001111010010110001010110001110110011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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