#1FAD9F

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

Shades of Light Sea Green #1FAD9F

Tints of Light Sea Green #1FAD9F

Color information

#1FAD9F (or 0x1FAD9F) is unknown color: approx Light Sea Green. HEX triplet: 1F, AD and 9F. RGB value is (31,173,159). Sum of RGB (Red+Green+Blue) = 31+173+159=363 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.54% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAD9F is #E05260. Grayscale: #808080. Windows color (decimal): -14701153 or 10464543. OLE color: 10464543.

HSL color Cylindrical-coordinate representation of color #1FAD9F: hue angle of 174.08º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAD9F is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB31173159-
CMYK0.8200.080.32
HSL174.08º69.61%40%-
HSV(B)174.08º82.08%67.84%-
XYZ21.7732.6837.96-
YUV128.95144.9658.14-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.54%
GREEN value IS 173 (67.97% from 255) = 47.66%
BLUE value IS 159 (62.5% from 255) = 43.80%
R=8.54%
G=47.66%
B=43.80%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal311731590.8200.080.32174.0869.6140
Hex1FAD9F520820ae4628
Octal372552371220104025610650
Binary111111010110110011111101001001000100000101011101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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