#1FAEA4

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

Shades of Light Sea Green #1FAEA4

Tints of Light Sea Green #1FAEA4

Color information

#1FAEA4 (or 0x1FAEA4) is unknown color: approx Light Sea Green. HEX triplet: 1F, AE and A4. RGB value is (31,174,164). Sum of RGB (Red+Green+Blue) = 31+174+164=369 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.40% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 164 (64.45% from 255 or 44.44% from 369); Max value from RGB is 174 - color contains mainly: green. Hex color #1FAEA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAEA4 is #E0515B. Grayscale: #828282. Windows color (decimal): -14700892 or 10792479. OLE color: 10792479.

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

Color convert

RGB31174164-
CMYK0.8200.060.32
HSL175.8º69.76%40.2%-
HSV(B)175.8º82.18%68.24%-
XYZ22.433.2440.36-
YUV130.1147.1257.31-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.40%
GREEN value IS 174 (68.36% from 255) = 47.15%
BLUE value IS 164 (64.45% from 255) = 44.44%
R=8.40%
G=47.15%
B=44.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal311741640.8200.060.32175.869.7640.2
Hex1FAEA4520620b04628
Octal37256244122064026010650
Binary11111101011101010010010100100110100000101100001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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