#3FAFA7

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

Shades of Light Sea Green #3FAFA7

Tints of Light Sea Green #3FAFA7

Color information

#3FAFA7 (or 0x3FAFA7) is unknown color: approx Light Sea Green. HEX triplet: 3F, AF and A7. RGB value is (63,175,167). Sum of RGB (Red+Green+Blue) = 63+175+167=405 (53% of max value = 765). Red value is 63 (25% from 255 or 15.56% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 167 (65.62% from 255 or 41.23% from 405); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAFA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAFA7 is #C05058. Grayscale: #8C8C8C. Windows color (decimal): -12603481 or 10989375. OLE color: 10989375.

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

Color convert

RGB63175167-
CMYK0.6400.050.31
HSL175.71º47.06%46.67%-
HSV(B)175.71º64%68.63%-
XYZ24.3534.5141.94-
YUV140.6142.8972.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.56%
GREEN value IS 175 (68.75% from 255) = 43.21%
BLUE value IS 167 (65.62% from 255) = 41.23%
R=15.56%
G=43.21%
B=41.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal631751670.6400.050.31175.7147.0646.67
Hex3FAFA740051Fb02f2f
Octal7725724710005372605757
Binary1111111010111110100111100000001011111110110000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,175,167); }

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

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

 a { background-color: rgb(63,175,167); }

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

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

 span { border-color: rgb(63,175,167); }

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