#1FADAE

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

Shades of Light Sea Green #1FADAE

Tints of Light Sea Green #1FADAE

Color information

#1FADAE (or 0x1FADAE) is unknown color: approx Light Sea Green. HEX triplet: 1F, AD and AE. RGB value is (31,173,174). Sum of RGB (Red+Green+Blue) = 31+173+174=378 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.20% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #1FADAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FADAE is #E05251. Grayscale: #828282. Windows color (decimal): -14701138 or 11447583. OLE color: 11447583.

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

Color convert

RGB31173174-
CMYK0.820.0100.32
HSL180.42º69.76%40.2%-
HSV(B)180.42º82.18%68.24%-
XYZ23.1533.2345.24-
YUV130.66152.4656.92-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.20%
GREEN value IS 173 (67.97% from 255) = 45.77%
BLUE value IS 174 (68.36% from 255) = 46.03%
R=8.20%
G=45.77%
B=46.03%

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
Decimal311731740.820.0100.32180.4269.7640.2
Hex1FADAE521020b44628
Octal37255256122104026410650
Binary111111010110110101110101001010100000101101001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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