#1FC5B4

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

Shades of Light Sea Green #1FC5B4

Tints of Light Sea Green #1FC5B4

Color information

#1FC5B4 (or 0x1FC5B4) is unknown color: approx Light Sea Green. HEX triplet: 1F, C5 and B4. RGB value is (31,197,180). Sum of RGB (Red+Green+Blue) = 31+197+180=408 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.60% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 197 - color contains mainly: green. Hex color #1FC5B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC5B4 is #E03A4B. Grayscale: #919191. Windows color (decimal): -14694988 or 11846943. OLE color: 11846943.

HSL color Cylindrical-coordinate representation of color #1FC5B4: hue angle of 173.86º 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 #1FC5B4 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB31197180-
CMYK0.8400.090.23
HSL173.86º72.81%44.71%-
HSV(B)173.86º84.26%77.25%-
XYZ28.7743.5250.06-
YUV145.43147.546.38-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.60%
GREEN value IS 197 (77.34% from 255) = 48.28%
BLUE value IS 180 (70.70% from 255) = 44.12%
R=7.60%
G=48.28%
B=44.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal311971800.8400.090.23173.8672.8144.71
Hex1FC5B4540917ae492d
Octal373052641240112725611155
Binary11111110001011011010010101000100110111101011101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,197,180); }

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

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

 a { background-color: rgb(31,197,180); }

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

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

 span { border-color: rgb(31,197,180); }

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