#1fcab7

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

Shades of Light Sea Green #1FCAB7

Tints of Light Sea Green #1FCAB7

Color information

#1FCAB7 (or 0x1FCAB7) is unknown color: approx Light Sea Green. HEX triplet: 1F, CA and B7. RGB value is (31,202,183). Sum of RGB (Red+Green+Blue) = 31+202+183=416 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.45% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 183 (71.88% from 255 or 43.99% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCAB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCAB7 is #E03548. Grayscale: #949494. Windows color (decimal): -14693705 or 12044831. OLE color: 12044831.

HSL color Cylindrical-coordinate representation of color #1FCAB7: hue angle of 173.33º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCAB7 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB31202183-
CMYK0.8500.090.21
HSL173.33º73.39%45.69%-
HSV(B)173.33º84.65%79.22%-
XYZ30.2345.9552.08-
YUV148.71147.3544.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.45%
GREEN value IS 202 (79.30% from 255) = 48.56%
BLUE value IS 183 (71.88% from 255) = 43.99%
R=7.45%
G=48.56%
B=43.99%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal312021830.8500.090.21173.3373.3945.69
Hex1FCAB7550915ad492e
Octal373122671250112525511156
Binary11111110010101011011110101010100110101101011011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fcab7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,202,183); }

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

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

 a { background-color: rgb(31,202,183); }

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

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

 span { border-color: rgb(31,202,183); }

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