#1FBEC2

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

Shades of Light Sea Green #1FBEC2

Tints of Light Sea Green #1FBEC2

Color information

#1FBEC2 (or 0x1FBEC2) is unknown color: approx Light Sea Green. HEX triplet: 1F, BE and C2. RGB value is (31,190,194). Sum of RGB (Red+Green+Blue) = 31+190+194=415 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.47% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 194 (76.17% from 255 or 46.75% from 415); Max value from RGB is 194 - color contains mainly: blue. Hex color #1FBEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBEC2 is #E0413D. Grayscale: #8E8E8E. Windows color (decimal): -14696766 or 12762655. OLE color: 12762655.

HSL color Cylindrical-coordinate representation of color #1FBEC2: hue angle of 181.47º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBEC2 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB31190194-
CMYK0.840.0200.24
HSL181.47º72.44%44.12%-
HSV(B)181.47º84.02%76.08%-
XYZ28.7241.0157.44-
YUV142.92156.8248.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.47%
GREEN value IS 190 (74.61% from 255) = 45.78%
BLUE value IS 194 (76.17% from 255) = 46.75%
R=7.47%
G=45.78%
B=46.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal311901940.840.0200.24181.4772.4444.12
Hex1FBEC2542018b5482c
Octal37276302124203026511054
Binary111111011111011000010101010010011000101101011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FBEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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