#90FAD8

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

Shades of Aquamarine #90FAD8

Tints of Aquamarine #90FAD8

Color information

#90FAD8 (or 0x90FAD8) is unknown color: approx Aquamarine. HEX triplet: 90, FA and D8. RGB value is (144,250,216). Sum of RGB (Red+Green+Blue) = 144+250+216=610 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.61% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #90FAD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FAD8 is #6F0527. Grayscale: #D6D6D6. Windows color (decimal): -7275816 or 14219920. OLE color: 14219920.

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

Color convert

RGB144250216-
CMYK0.4200.140.02
HSL160.75º91.38%77.25%-
HSV(B)160.75º42.4%98.04%-
XYZ58.0879.2677.2-
YUV214.43128.8877.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.61%
GREEN value IS 250 (98.05% from 255) = 40.98%
BLUE value IS 216 (84.77% from 255) = 35.41%
R=23.61%
G=40.98%
B=35.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442502160.4200.140.02160.7591.3877.25
Hex90FAD82A0E2a15b4d
Octal220372330520162241133115
Binary10010000111110101101100010101001110101010000110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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