#1FAEB2

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

Shades of Light Sea Green #1FAEB2

Tints of Light Sea Green #1FAEB2

Color information

#1FAEB2 (or 0x1FAEB2) is unknown color: approx Light Sea Green. HEX triplet: 1F, AE and B2. RGB value is (31,174,178). Sum of RGB (Red+Green+Blue) = 31+174+178=383 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.09% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 178 (69.92% from 255 or 46.48% from 383); Max value from RGB is 178 - color contains mainly: blue. Hex color #1FAEB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAEB2 is #E0514D. Grayscale: #838383. Windows color (decimal): -14700878 or 11709983. OLE color: 11709983.

HSL color Cylindrical-coordinate representation of color #1FAEB2: hue angle of 181.63º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FAEB2 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB31174178-
CMYK0.830.0200.30
HSL181.63º70.33%40.98%-
HSV(B)181.63º82.58%69.8%-
XYZ23.7433.7847.39-
YUV131.7154.1256.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.09%
GREEN value IS 174 (68.36% from 255) = 45.43%
BLUE value IS 178 (69.92% from 255) = 46.48%
R=8.09%
G=45.43%
B=46.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal311741780.830.0200.30181.6370.3340.98
Hex1FAEB253201Eb64629
Octal37256262123203626610651
Binary111111010111010110010101001110011110101101101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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