#90FAEA

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

Shades of Aquamarine #90FAEA

Tints of Aquamarine #90FAEA

Color information

#90FAEA (or 0x90FAEA) is unknown color: approx Aquamarine. HEX triplet: 90, FA and EA. RGB value is (144,250,234). Sum of RGB (Red+Green+Blue) = 144+250+234=628 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.93% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #90FAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FAEA is #6F0515. Grayscale: #D8D8D8. Windows color (decimal): -7275798 or 15399568. OLE color: 15399568.

HSL color Cylindrical-coordinate representation of color #90FAEA: hue angle of 170.94º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90FAEA is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB144250234-
CMYK0.4200.060.02
HSL170.94º91.38%77.25%-
HSV(B)170.94º42.4%98.04%-
XYZ60.5480.2490.14-
YUV216.48137.8876.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 22.93%
GREEN value IS 250 (98.05% from 255) = 39.81%
BLUE value IS 234 (91.80% from 255) = 37.26%
R=22.93%
G=39.81%
B=37.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442502340.4200.060.02170.9491.3877.25
Hex90FAEA2A062ab5b4d
Octal22037235252062253133115
Binary1001000011111010111010101010100110101010101110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,250,234); }

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

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

 a { background-color: rgb(144,250,234); }

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

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

 span { border-color: rgb(144,250,234); }

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