#1FC1B5

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

Shades of Light Sea Green #1FC1B5

Tints of Light Sea Green #1FC1B5

Color information

#1FC1B5 (or 0x1FC1B5) is unknown color: approx Light Sea Green. HEX triplet: 1F, C1 and B5. RGB value is (31,193,181). Sum of RGB (Red+Green+Blue) = 31+193+181=405 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.65% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 181 (71.09% from 255 or 44.69% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #1FC1B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC1B5 is #E03E4A. Grayscale: #8F8F8F. Windows color (decimal): -14696011 or 11911455. OLE color: 11911455.

HSL color Cylindrical-coordinate representation of color #1FC1B5: hue angle of 175.56º 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 #1FC1B5 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB31193181-
CMYK0.8400.060.24
HSL175.56º72.32%43.92%-
HSV(B)175.56º83.94%75.69%-
XYZ27.9841.7750.3-
YUV143.19149.3347.98-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.65%
GREEN value IS 193 (75.78% from 255) = 47.65%
BLUE value IS 181 (71.09% from 255) = 44.69%
R=7.65%
G=47.65%
B=44.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal311931810.8400.060.24175.5672.3243.92
Hex1FC1B5540618b0482c
Octal37301265124063026011054
Binary1111111000001101101011010100011011000101100001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,193,181); }

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

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

 a { background-color: rgb(31,193,181); }

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

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

 span { border-color: rgb(31,193,181); }

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