#1FAEAE

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

Shades of Light Sea Green #1FAEAE

Tints of Light Sea Green #1FAEAE

Color information

#1FAEAE (or 0x1FAEAE) is unknown color: approx Light Sea Green. HEX triplet: 1F, AE and AE. RGB value is (31,174,174). Sum of RGB (Red+Green+Blue) = 31+174+174=379 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.18% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #1FAEAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAEAE is #E05151. Grayscale: #838383. Windows color (decimal): -14700882 or 11447839. OLE color: 11447839.

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

Color convert

RGB31174174-
CMYK0.82000.32
HSL180º69.76%40.2%-
HSV(B)180º82.18%68.24%-
XYZ23.3433.6245.3-
YUV131.24152.1256.5-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.18%
GREEN value IS 174 (68.36% from 255) = 45.91%
BLUE value IS 174 (68.36% from 255) = 45.91%
R=8.18%
G=45.91%
B=45.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal311741740.82000.3218069.7640.2
Hex1FAEAE520020b44628
Octal37256256122004026410650
Binary111111010111010101110101001000100000101101001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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