#3FAEA6

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

Shades of Light Sea Green #3FAEA6

Tints of Light Sea Green #3FAEA6

Color information

#3FAEA6 (or 0x3FAEA6) is unknown color: approx Light Sea Green. HEX triplet: 3F, AE and A6. RGB value is (63,174,166). Sum of RGB (Red+Green+Blue) = 63+174+166=403 (53% of max value = 765). Red value is 63 (25% from 255 or 15.63% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 174 - color contains mainly: green. Hex color #3FAEA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAEA6 is #C05159. Grayscale: #8B8B8B. Windows color (decimal): -12603738 or 10923583. OLE color: 10923583.

HSL color Cylindrical-coordinate representation of color #3FAEA6: hue angle of 175.68º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAEA6 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB63174166-
CMYK0.6400.050.32
HSL175.68º46.84%46.47%-
HSV(B)175.68º63.79%68.24%-
XYZ24.0734.0841.39-
YUV139.9142.7373.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.63%
GREEN value IS 174 (68.36% from 255) = 43.18%
BLUE value IS 166 (65.23% from 255) = 41.19%
R=15.63%
G=43.18%
B=41.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal631741660.6400.050.32175.6846.8446.47
Hex3FAEA6400520b02f2e
Octal7725624610005402605756
Binary11111110101110101001101000000010110000010110000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,174,166); }

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

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

 a { background-color: rgb(63,174,166); }

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

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

 span { border-color: rgb(63,174,166); }

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