#90F9DA

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

Shades of Aquamarine #90F9DA

Tints of Aquamarine #90F9DA

Color information

#90F9DA (or 0x90F9DA) is unknown color: approx Aquamarine. HEX triplet: 90, F9 and DA. RGB value is (144,249,218). Sum of RGB (Red+Green+Blue) = 144+249+218=611 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.57% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #90F9DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F9DA is #6F0625. Grayscale: #D6D6D6. Windows color (decimal): -7276070 or 14350736. OLE color: 14350736.

HSL color Cylindrical-coordinate representation of color #90F9DA: hue angle of 162.29º degrees, saturation: 0.9, 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 #90F9DA is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB144249218-
CMYK0.4200.120.02
HSL162.29º89.74%77.06%-
HSV(B)162.29º42.17%97.65%-
XYZ58.0378.7478.47-
YUV214.07130.2178.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.57%
GREEN value IS 249 (97.66% from 255) = 40.75%
BLUE value IS 218 (85.55% from 255) = 35.68%
R=23.57%
G=40.75%
B=35.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442492180.4200.120.02162.2989.7477.06
Hex90F9DA2A0C2a25a4d
Octal220371332520142242132115
Binary10010000111110011101101010101001100101010001010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,249,218); }

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

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

 a { background-color: rgb(144,249,218); }

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

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

 span { border-color: rgb(144,249,218); }

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