#3FBAB2

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

Shades of Light Sea Green #3FBAB2

Tints of Light Sea Green #3FBAB2

Color information

#3FBAB2 (or 0x3FBAB2) is unknown color: approx Light Sea Green. HEX triplet: 3F, BA and B2. RGB value is (63,186,178). Sum of RGB (Red+Green+Blue) = 63+186+178=427 (56% of max value = 765). Red value is 63 (25% from 255 or 14.75% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBAB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBAB2 is #C0454D. Grayscale: #949494. Windows color (decimal): -12600654 or 11713087. OLE color: 11713087.

HSL color Cylindrical-coordinate representation of color #3FBAB2: hue angle of 176.1º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FBAB2 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB63186178-
CMYK0.6600.040.27
HSL176.1º49.4%48.82%-
HSV(B)176.1º66.13%72.94%-
XYZ27.6439.3948.27-
YUV148.31144.7567.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.75%
GREEN value IS 186 (73.05% from 255) = 43.56%
BLUE value IS 178 (69.92% from 255) = 41.69%
R=14.75%
G=43.56%
B=41.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal631861780.6600.040.27176.149.448.82
Hex3FBAB242041Bb03131
Octal7727226210204332606161
Binary1111111011101010110010100001001001101110110000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FBAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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