#1FC4A4

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

Shades of Light Sea Green #1FC4A4

Tints of Light Sea Green #1FC4A4

Color information

#1FC4A4 (or 0x1FC4A4) is unknown color: approx Light Sea Green. HEX triplet: 1F, C4 and A4. RGB value is (31,196,164). Sum of RGB (Red+Green+Blue) = 31+196+164=391 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.93% from 391); Green value is 196 (76.95% from 255 or 50.13% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 196 - color contains mainly: green. Hex color #1FC4A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC4A4 is #E03B5B. Grayscale: #8E8E8E. Windows color (decimal): -14695260 or 10798111. OLE color: 10798111.

HSL color Cylindrical-coordinate representation of color #1FC4A4: hue angle of 168.36º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC4A4 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB31196164-
CMYK0.8400.160.23
HSL168.36º72.69%44.51%-
HSV(B)168.36º84.18%76.86%-
XYZ27.0142.4541.89-
YUV143.02139.8448.1-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.93%
GREEN value IS 196 (76.95% from 255) = 50.13%
BLUE value IS 164 (64.45% from 255) = 41.94%
R=7.93%
G=50.13%
B=41.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal311961640.8400.160.23168.3672.6944.51
Hex1FC4A45401017a8492d
Octal373042441240202725011155
Binary111111100010010100100101010001000010111101010001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FC4A4; }

 p { color: rgb(31,196,164); }

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

<style>
 a { background-color: #1FC4A4; }

 a { background-color: rgb(31,196,164); }

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

<style>
 span { border-color: #1FC4A4; }

 span { border-color: rgb(31,196,164); }

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