#1FCEBA

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

Shades of Light Sea Green #1FCEBA

Tints of Light Sea Green #1FCEBA

Color information

#1FCEBA (or 0x1FCEBA) is unknown color: approx Light Sea Green. HEX triplet: 1F, CE and BA. RGB value is (31,206,186). Sum of RGB (Red+Green+Blue) = 31+206+186=423 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.33% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #1FCEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCEBA is #E03145. Grayscale: #979797. Windows color (decimal): -14692678 or 12242463. OLE color: 12242463.

HSL color Cylindrical-coordinate representation of color #1FCEBA: hue angle of 173.14º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCEBA is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB31206186-
CMYK0.8500.100.19
HSL173.14º73.84%46.47%-
HSV(B)173.14º84.95%80.78%-
XYZ31.547.9854.06-
YUV151.4147.5242.13-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.33%
GREEN value IS 206 (80.86% from 255) = 48.70%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=7.33%
G=48.70%
B=43.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal312061860.8500.100.19173.1473.8446.47
Hex1FCEBA550A13ad4a2e
Octal373162721250122325511256
Binary11111110011101011101010101010101010011101011011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FCEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,206,186); }

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

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

 a { background-color: rgb(31,206,186); }

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

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

 span { border-color: rgb(31,206,186); }

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