#34AFA5

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

Shades of Light Sea Green #34AFA5

Tints of Light Sea Green #34AFA5

Color information

#34AFA5 (or 0x34AFA5) is unknown color: approx Light Sea Green. HEX triplet: 34, AF and A5. RGB value is (52,175,165). Sum of RGB (Red+Green+Blue) = 52+175+165=392 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.27% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #34AFA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AFA5 is #CB505A. Grayscale: #898989. Windows color (decimal): -13324379 or 10858292. OLE color: 10858292.

HSL color Cylindrical-coordinate representation of color #34AFA5: hue angle of 175.12º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AFA5 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB52175165-
CMYK0.7000.060.31
HSL175.12º54.19%44.51%-
HSV(B)175.12º70.29%68.63%-
XYZ23.5434.1140.94-
YUV137.08143.7567.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.27%
GREEN value IS 175 (68.75% from 255) = 44.64%
BLUE value IS 165 (64.84% from 255) = 42.09%
R=13.27%
G=44.64%
B=42.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal521751650.7000.060.31175.1254.1944.51
Hex34AFA546061Faf362d
Octal6425724510606372576655
Binary1101001010111110100101100011001101111110101111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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