#1FB4AD

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

Shades of Light Sea Green #1FB4AD

Tints of Light Sea Green #1FB4AD

Color information

#1FB4AD (or 0x1FB4AD) is unknown color: approx Light Sea Green. HEX triplet: 1F, B4 and AD. RGB value is (31,180,173). Sum of RGB (Red+Green+Blue) = 31+180+173=384 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.07% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB4AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FB4AD is #E04B52. Grayscale: #868686. Windows color (decimal): -14699347 or 11383839. OLE color: 11383839.

HSL color Cylindrical-coordinate representation of color #1FB4AD: hue angle of 177.18º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB4AD is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB31180173-
CMYK0.8300.040.29
HSL177.18º70.62%41.37%-
HSV(B)177.18º82.78%70.59%-
XYZ24.4335.9545.19-
YUV134.65149.6454.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.07%
GREEN value IS 180 (70.70% from 255) = 46.88%
BLUE value IS 173 (67.97% from 255) = 45.05%
R=8.07%
G=46.88%
B=45.05%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal311801730.8300.040.29177.1870.6241.37
Hex1FB4AD53041Db14729
Octal37264255123043526110751
Binary1111110110100101011011010011010011101101100011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,180,173); }

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

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

 a { background-color: rgb(31,180,173); }

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

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

 span { border-color: rgb(31,180,173); }

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