#1FBE9E

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

Shades of Light Sea Green #1FBE9E

Tints of Light Sea Green #1FBE9E

Color information

#1FBE9E (or 0x1FBE9E) is unknown color: approx Light Sea Green. HEX triplet: 1F, BE and 9E. RGB value is (31,190,158). Sum of RGB (Red+Green+Blue) = 31+190+158=379 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.18% from 379); Green value is 190 (74.61% from 255 or 50.13% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 190 - color contains mainly: green. Hex color #1FBE9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBE9E is #E04161. Grayscale: #8A8A8A. Windows color (decimal): -14696802 or 10403359. OLE color: 10403359.

HSL color Cylindrical-coordinate representation of color #1FBE9E: hue angle of 167.92º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBE9E is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB31190158-
CMYK0.8400.170.25
HSL167.92º71.95%43.33%-
HSV(B)167.92º83.68%74.51%-
XYZ25.1539.5938.66-
YUV138.81138.8251.1-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.18%
GREEN value IS 190 (74.61% from 255) = 50.13%
BLUE value IS 158 (62.11% from 255) = 41.69%
R=8.18%
G=50.13%
B=41.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal311901580.8400.170.25167.9271.9543.33
Hex1FBE9E5401119a8482b
Octal372762361240213125011053
Binary111111011111010011110101010001000111001101010001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FBE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,190,158); }

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

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

 a { background-color: rgb(31,190,158); }

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

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

 span { border-color: rgb(31,190,158); }

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