#3FB5AE

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

Shades of Light Sea Green #3FB5AE

Tints of Light Sea Green #3FB5AE

Color information

#3FB5AE (or 0x3FB5AE) is unknown color: approx Light Sea Green. HEX triplet: 3F, B5 and AE. RGB value is (63,181,174). Sum of RGB (Red+Green+Blue) = 63+181+174=418 (55% of max value = 765). Red value is 63 (25% from 255 or 15.07% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 181 - color contains mainly: green. Hex color #3FB5AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FB5AE is #C04A51. Grayscale: #909090. Windows color (decimal): -12601938 or 11449663. OLE color: 11449663.

HSL color Cylindrical-coordinate representation of color #3FB5AE: hue angle of 176.44º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FB5AE is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB63181174-
CMYK0.6500.040.29
HSL176.44º48.36%47.84%-
HSV(B)176.44º65.19%70.98%-
XYZ26.2137.1645.84-
YUV144.92144.4169.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.07%
GREEN value IS 181 (71.09% from 255) = 43.30%
BLUE value IS 174 (68.36% from 255) = 41.63%
R=15.07%
G=43.30%
B=41.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal631811740.6500.040.29176.4448.3647.84
Hex3FB5AE41041Db03030
Octal7726525610104352606060
Binary1111111011010110101110100000101001110110110000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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