#34ABA0

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

Shades of Light Sea Green #34ABA0

Tints of Light Sea Green #34ABA0

Color information

#34ABA0 (or 0x34ABA0) is unknown color: approx Light Sea Green. HEX triplet: 34, AB and A0. RGB value is (52,171,160). Sum of RGB (Red+Green+Blue) = 52+171+160=383 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.58% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 171 - color contains mainly: green. Hex color #34ABA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34ABA0 is #CB545F. Grayscale: #868686. Windows color (decimal): -13325408 or 10529588. OLE color: 10529588.

HSL color Cylindrical-coordinate representation of color #34ABA0: hue angle of 174.45º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34ABA0 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB52171160-
CMYK0.7000.060.33
HSL174.45º53.36%43.73%-
HSV(B)174.45º69.59%67.06%-
XYZ22.3232.3938.33-
YUV134.16142.5869.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.58%
GREEN value IS 171 (67.19% from 255) = 44.65%
BLUE value IS 160 (62.89% from 255) = 41.78%
R=13.58%
G=44.65%
B=41.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521711600.7000.060.33174.4553.3643.73
Hex34ABA0460621ae352c
Octal6425324010606412566554
Binary11010010101011101000001000110011010000110101110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34ABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,171,160); }

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

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

 a { background-color: rgb(52,171,160); }

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

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

 span { border-color: rgb(52,171,160); }

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