#90F8E5

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

Shades of Aquamarine #90F8E5

Tints of Aquamarine #90F8E5

Color information

#90F8E5 (or 0x90F8E5) is unknown color: approx Aquamarine. HEX triplet: 90, F8 and E5. RGB value is (144,248,229). Sum of RGB (Red+Green+Blue) = 144+248+229=621 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.19% from 621); Green value is 248 (97.27% from 255 or 39.94% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 248 - color contains mainly: green. Hex color #90F8E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F8E5 is #6F071A. Grayscale: #D6D6D6. Windows color (decimal): -7276315 or 15071376. OLE color: 15071376.

HSL color Cylindrical-coordinate representation of color #90F8E5: hue angle of 169.04º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90F8E5 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB144248229-
CMYK0.4200.080.03
HSL169.04º88.14%76.86%-
HSV(B)169.04º41.94%97.25%-
XYZ59.2178.7286.2-
YUV214.74136.0477.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.19%
GREEN value IS 248 (97.27% from 255) = 39.94%
BLUE value IS 229 (89.84% from 255) = 36.88%
R=23.19%
G=39.94%
B=36.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1442482290.4200.080.03169.0488.1476.86
Hex90F8E52A083a9584d
Octal220370345520103251130115
Binary10010000111110001110010110101001000111010100110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,248,229); }

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

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

 a { background-color: rgb(144,248,229); }

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

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

 span { border-color: rgb(144,248,229); }

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