#1FACAE

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

Shades of Light Sea Green #1FACAE

Tints of Light Sea Green #1FACAE

Color information

#1FACAE (or 0x1FACAE) is unknown color: approx Light Sea Green. HEX triplet: 1F, AC and AE. RGB value is (31,172,174). Sum of RGB (Red+Green+Blue) = 31+172+174=377 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.22% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #1FACAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FACAE is #E05351. Grayscale: #818181. Windows color (decimal): -14701394 or 11447327. OLE color: 11447327.

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

Color convert

RGB31172174-
CMYK0.820.0100.32
HSL180.84º69.76%40.2%-
HSV(B)180.84º82.18%68.24%-
XYZ22.9632.8545.18-
YUV130.07152.7957.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.22%
GREEN value IS 172 (67.58% from 255) = 45.62%
BLUE value IS 174 (68.36% from 255) = 46.15%
R=8.22%
G=45.62%
B=46.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal311721740.820.0100.32180.8469.7640.2
Hex1FACAE521020b54628
Octal37254256122104026510650
Binary111111010110010101110101001010100000101101011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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