#1FAAA8

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

Shades of Light Sea Green #1FAAA8

Tints of Light Sea Green #1FAAA8

Color information

#1FAAA8 (or 0x1FAAA8) is unknown color: approx Light Sea Green. HEX triplet: 1F, AA and A8. RGB value is (31,170,168). Sum of RGB (Red+Green+Blue) = 31+170+168=369 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.40% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 168 (66.02% from 255 or 45.53% from 369); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAAA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAAA8 is #E05557. Grayscale: #808080. Windows color (decimal): -14701912 or 11053599. OLE color: 11053599.

HSL color Cylindrical-coordinate representation of color #1FAAA8: hue angle of 179.14º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAAA8 is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB31170168-
CMYK0.8200.010.33
HSL179.14º69.15%39.41%-
HSV(B)179.14º81.76%66.67%-
XYZ22.0131.8742.04-
YUV128.21150.4558.66-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.40%
GREEN value IS 170 (66.80% from 255) = 46.07%
BLUE value IS 168 (66.02% from 255) = 45.53%
R=8.40%
G=46.07%
B=45.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal311701680.8200.010.33179.1469.1539.41
Hex1FAAA8520121b34527
Octal37252250122014126310547
Binary111111010101010101000101001001100001101100111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,170,168); }

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

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

 a { background-color: rgb(31,170,168); }

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

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

 span { border-color: rgb(31,170,168); }

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