#1FC5BD

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

Shades of Light Sea Green #1FC5BD

Tints of Light Sea Green #1FC5BD

Color information

#1FC5BD (or 0x1FC5BD) is unknown color: approx Light Sea Green. HEX triplet: 1F, C5 and BD. RGB value is (31,197,189). Sum of RGB (Red+Green+Blue) = 31+197+189=417 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.43% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 197 - color contains mainly: green. Hex color #1FC5BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FC5BD is #E03A42. Grayscale: #929292. Windows color (decimal): -14694979 or 12436767. OLE color: 12436767.

HSL color Cylindrical-coordinate representation of color #1FC5BD: hue angle of 177.11º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC5BD is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB31197189-
CMYK0.8400.040.23
HSL177.11º72.81%44.71%-
HSV(B)177.11º84.26%77.25%-
XYZ29.7243.955.05-
YUV146.4515245.65-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.43%
GREEN value IS 197 (77.34% from 255) = 47.24%
BLUE value IS 189 (74.22% from 255) = 45.32%
R=7.43%
G=47.24%
B=45.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal311971890.8400.040.23177.1172.8144.71
Hex1FC5BD540417b1492d
Octal37305275124042726111155
Binary1111111000101101111011010100010010111101100011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,197,189); }

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

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

 a { background-color: rgb(31,197,189); }

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

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

 span { border-color: rgb(31,197,189); }

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