#34B2A3

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

Shades of Light Sea Green #34B2A3

Tints of Light Sea Green #34B2A3

Color information

#34B2A3 (or 0x34B2A3) is unknown color: approx Light Sea Green. HEX triplet: 34, B2 and A3. RGB value is (52,178,163). Sum of RGB (Red+Green+Blue) = 52+178+163=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 178 - color contains mainly: green. Hex color #34B2A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34B2A3 is #CB4D5C. Grayscale: #8A8A8A. Windows color (decimal): -13323613 or 10727988. OLE color: 10727988.

HSL color Cylindrical-coordinate representation of color #34B2A3: hue angle of 172.86º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B2A3 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB52178163-
CMYK0.7100.080.30
HSL172.86º54.78%45.1%-
HSV(B)172.86º70.79%69.8%-
XYZ23.9535.2240.19-
YUV138.62141.7666.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.23%
GREEN value IS 178 (69.92% from 255) = 45.29%
BLUE value IS 163 (64.06% from 255) = 41.48%
R=13.23%
G=45.29%
B=41.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal521781630.7100.080.30172.8654.7845.1
Hex34B2A347081Ead372d
Octal64262243107010362556755
Binary11010010110010101000111000111010001111010101101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,178,163); }

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

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

 a { background-color: rgb(52,178,163); }

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

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

 span { border-color: rgb(52,178,163); }

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