#1FACA7

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

Shades of Light Sea Green #1FACA7

Tints of Light Sea Green #1FACA7

Color information

#1FACA7 (or 0x1FACA7) is unknown color: approx Light Sea Green. HEX triplet: 1F, AC and A7. RGB value is (31,172,167). Sum of RGB (Red+Green+Blue) = 31+172+167=370 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.38% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 167 (65.62% from 255 or 45.14% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #1FACA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FACA7 is #E05358. Grayscale: #818181. Windows color (decimal): -14701401 or 10988575. OLE color: 10988575.

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

Color convert

RGB31172167-
CMYK0.8200.030.33
HSL177.87º69.46%39.8%-
HSV(B)177.87º81.98%67.45%-
XYZ22.2932.5941.67-
YUV129.27149.2957.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.38%
GREEN value IS 172 (67.58% from 255) = 46.49%
BLUE value IS 167 (65.62% from 255) = 45.14%
R=8.38%
G=46.49%
B=45.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal311721670.8200.030.33177.8769.4639.8
Hex1FACA7520321b24528
Octal37254247122034126210550
Binary1111110101100101001111010010011100001101100101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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