#3EAFA4

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

Shades of Light Sea Green #3EAFA4

Tints of Light Sea Green #3EAFA4

Color information

#3EAFA4 (or 0x3EAFA4) is unknown color: approx Light Sea Green. HEX triplet: 3E, AF and A4. RGB value is (62,175,164). Sum of RGB (Red+Green+Blue) = 62+175+164=401 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.46% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #3EAFA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EAFA4 is #C1505B. Grayscale: #8B8B8B. Windows color (decimal): -12669020 or 10792766. OLE color: 10792766.

HSL color Cylindrical-coordinate representation of color #3EAFA4: hue angle of 174.16º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3EAFA4 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB62175164-
CMYK0.6500.060.31
HSL174.16º47.68%46.47%-
HSV(B)174.16º64.57%68.63%-
XYZ24.0234.3640.49-
YUV139.96141.5672.39-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.46%
GREEN value IS 175 (68.75% from 255) = 43.64%
BLUE value IS 164 (64.45% from 255) = 40.90%
R=15.46%
G=43.64%
B=40.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal621751640.6500.060.31174.1647.6846.47
Hex3EAFA441061Fae302e
Octal7625724410106372566056
Binary1111101010111110100100100000101101111110101110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EAFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3EAFA4; }

 p { color: rgb(62,175,164); }

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

<style>
 a { background-color: #3EAFA4; }

 a { background-color: rgb(62,175,164); }

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

<style>
 span { border-color: #3EAFA4; }

 span { border-color: rgb(62,175,164); }

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