#34A6AA

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

Shades of Light Sea Green #34A6AA

Tints of Light Sea Green #34A6AA

Color information

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

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

Color convert

RGB52166170-
CMYK0.690.0200.33
HSL182.03º53.15%43.53%-
HSV(B)182.03º69.41%66.67%-
XYZ22.3130.942.82-
YUV132.37149.2370.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521661700.690.0200.33182.0353.1543.53
Hex34A6AA452021b6352c
Octal6424625210520412666554
Binary1101001010011010101010100010110010000110110110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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