#3FB1AE

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

Shades of Light Sea Green #3FB1AE

Tints of Light Sea Green #3FB1AE

Color information

#3FB1AE (or 0x3FB1AE) is unknown color: approx Light Sea Green. HEX triplet: 3F, B1 and AE. RGB value is (63,177,174). Sum of RGB (Red+Green+Blue) = 63+177+174=414 (54% of max value = 765). Red value is 63 (25% from 255 or 15.22% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 177 - color contains mainly: green. Hex color #3FB1AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FB1AE is #C04E51. Grayscale: #8E8E8E. Windows color (decimal): -12602962 or 11448639. OLE color: 11448639.

HSL color Cylindrical-coordinate representation of color #3FB1AE: hue angle of 178.42º degrees, saturation: 0.48, 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 #3FB1AE is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB63177174-
CMYK0.6400.020.31
HSL178.42º47.5%47.06%-
HSV(B)178.42º64.41%69.41%-
XYZ25.4135.5645.57-
YUV142.57145.7371.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.22%
GREEN value IS 177 (69.53% from 255) = 42.75%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=15.22%
G=42.75%
B=42.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal631771740.6400.020.31178.4247.547.06
Hex3FB1AE40021Fb2302f
Octal7726125610002372626057
Binary111111101100011010111010000000101111110110010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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