#1FA7AA

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

Shades of Light Sea Green #1FA7AA

Tints of Light Sea Green #1FA7AA

Color information

#1FA7AA (or 0x1FA7AA) is unknown color: approx Light Sea Green. HEX triplet: 1F, A7 and AA. RGB value is (31,167,170). Sum of RGB (Red+Green+Blue) = 31+167+170=368 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.42% from 368); Green value is 167 (65.62% from 255 or 45.38% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #1FA7AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA7AA is #E05855. Grayscale: #7E7E7E. Windows color (decimal): -14702678 or 11183903. OLE color: 11183903.

HSL color Cylindrical-coordinate representation of color #1FA7AA: hue angle of 181.29º 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 #1FA7AA is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB31167170-
CMYK0.820.0200.33
HSL181.29º69.15%39.41%-
HSV(B)181.29º81.76%66.67%-
XYZ21.6430.8342.84-
YUV126.68152.4459.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.42%
GREEN value IS 167 (65.62% from 255) = 45.38%
BLUE value IS 170 (66.80% from 255) = 46.20%
R=8.42%
G=45.38%
B=46.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal311671700.820.0200.33181.2969.1539.41
Hex1FA7AA522021b54527
Octal37247252122204126510547
Binary1111110100111101010101010010100100001101101011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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