#34A7A9

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

Shades of Light Sea Green #34A7A9

Tints of Light Sea Green #34A7A9

Color information

#34A7A9 (or 0x34A7A9) is unknown color: approx Light Sea Green. HEX triplet: 34, A7 and A9. RGB value is (52,167,169). Sum of RGB (Red+Green+Blue) = 52+167+169=388 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.40% from 388); Green value is 167 (65.62% from 255 or 43.04% from 388); Blue value is 169 (66.41% from 255 or 43.56% from 388); Max value from RGB is 169 - color contains mainly: blue. Hex color #34A7A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34A7A9 is #CB5856. Grayscale: #848484. Windows color (decimal): -13326423 or 11118388. OLE color: 11118388.

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

Color convert

RGB52167169-
CMYK0.690.0100.34
HSL181.03º52.94%43.33%-
HSV(B)181.03º69.23%66.27%-
XYZ22.431.2342.38-
YUV132.84148.470.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.40%
GREEN value IS 167 (65.62% from 255) = 43.04%
BLUE value IS 169 (66.41% from 255) = 43.56%
R=13.40%
G=43.04%
B=43.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal521671690.690.0100.34181.0352.9443.33
Hex34A7A9451022b5352b
Octal6424725110510422656553
Binary110100101001111010100110001011010001010110101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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