#90FEE1

Color #90FEE1 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #90FEE1

Tints of Aquamarine #90FEE1

Color information

#90FEE1 (or 0x90FEE1) is unknown color: approx Aquamarine. HEX triplet: 90, FE and E1. RGB value is (144,254,225). Sum of RGB (Red+Green+Blue) = 144+254+225=623 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.11% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #90FEE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FEE1 is #6F011E. Grayscale: #D9D9D9. Windows color (decimal): -7274783 or 14810768. OLE color: 14810768.

HSL color Cylindrical-coordinate representation of color #90FEE1: hue angle of 164.18º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FEE1 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB144254225-
CMYK0.4300.110.00
HSL164.18º98.21%78.04%-
HSV(B)164.18º43.31%99.61%-
XYZ60.5382.2583.92-
YUV217.8132.0675.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.11%
GREEN value IS 254 (99.61% from 255) = 40.77%
BLUE value IS 225 (88.28% from 255) = 36.12%
R=23.11%
G=40.77%
B=36.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1442542250.4300.110.00164.1898.2178.04
Hex90FEE12B0B0a4624e
Octal220376341530130244142116
Binary1001000011111110111000011010110101101010010011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90FEE1; }

 p { color: rgb(144,254,225); }

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

<style>
 a { background-color: #90FEE1; }

 a { background-color: rgb(144,254,225); }

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

<style>
 span { border-color: #90FEE1; }

 span { border-color: rgb(144,254,225); }

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