#1fb4a9

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

Shades of Light Sea Green #1FB4A9

Tints of Light Sea Green #1FB4A9

Color information

#1FB4A9 (or 0x1FB4A9) is unknown color: approx Light Sea Green. HEX triplet: 1F, B4 and A9. RGB value is (31,180,169). Sum of RGB (Red+Green+Blue) = 31+180+169=380 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.16% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 169 (66.41% from 255 or 44.47% from 380); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB4A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FB4A9 is #E04B56. Grayscale: #868686. Windows color (decimal): -14699351 or 11121695. OLE color: 11121695.

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

Color convert

RGB31180169-
CMYK0.8300.060.29
HSL175.57º70.62%41.37%-
HSV(B)175.57º82.78%70.59%-
XYZ24.0535.843.18-
YUV134.2147.6454.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.16%
GREEN value IS 180 (70.70% from 255) = 47.37%
BLUE value IS 169 (66.41% from 255) = 44.47%
R=8.16%
G=47.37%
B=44.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal311801690.8300.060.29175.5770.6241.37
Hex1FB4A953061Db04729
Octal37264251123063526010751
Binary1111110110100101010011010011011011101101100001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fb4a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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