#3FB2AF

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

Shades of Light Sea Green #3FB2AF

Tints of Light Sea Green #3FB2AF

Color information

#3FB2AF (or 0x3FB2AF) is unknown color: approx Light Sea Green. HEX triplet: 3F, B2 and AF. RGB value is (63,178,175). Sum of RGB (Red+Green+Blue) = 63+178+175=416 (55% of max value = 765). Red value is 63 (25% from 255 or 15.14% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 178 - color contains mainly: green. Hex color #3FB2AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FB2AF is #C04D50. Grayscale: #8F8F8F. Windows color (decimal): -12602705 or 11514431. OLE color: 11514431.

HSL color Cylindrical-coordinate representation of color #3FB2AF: hue angle of 178.43º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FB2AF is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB63178175-
CMYK0.6500.020.30
HSL178.43º47.72%47.25%-
HSV(B)178.43º64.61%69.8%-
XYZ25.7135.9946.15-
YUV143.27145.970.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.14%
GREEN value IS 178 (69.92% from 255) = 42.79%
BLUE value IS 175 (68.75% from 255) = 42.07%
R=15.14%
G=42.79%
B=42.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal631781750.6500.020.30178.4347.7247.25
Hex3FB2AF41021Eb2302f
Octal7726225710102362626057
Binary111111101100101010111110000010101111010110010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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