#1FB19A

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

Shades of Light Sea Green #1FB19A

Tints of Light Sea Green #1FB19A

Color information

#1FB19A (or 0x1FB19A) is unknown color: approx Light Sea Green. HEX triplet: 1F, B1 and 9A. RGB value is (31,177,154). Sum of RGB (Red+Green+Blue) = 31+177+154=362 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.56% from 362); Green value is 177 (69.53% from 255 or 48.90% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 177 - color contains mainly: green. Hex color #1FB19A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FB19A is #E04E65. Grayscale: #828282. Windows color (decimal): -14700134 or 10137887. OLE color: 10137887.

HSL color Cylindrical-coordinate representation of color #1FB19A: hue angle of 170.55º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FB19A is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB31177154-
CMYK0.8200.130.31
HSL170.55º70.19%40.78%-
HSV(B)170.55º82.49%69.41%-
XYZ22.1234.0735.98-
YUV130.72141.1356.87-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.56%
GREEN value IS 177 (69.53% from 255) = 48.90%
BLUE value IS 154 (60.55% from 255) = 42.54%
R=8.56%
G=48.90%
B=42.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal311771540.8200.130.31170.5570.1940.78
Hex1FB19A520D1Fab4629
Octal372612321220153725310651
Binary11111101100011001101010100100110111111101010111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,177,154); }

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

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

 a { background-color: rgb(31,177,154); }

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

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

 span { border-color: rgb(31,177,154); }

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