#90FADF

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

Shades of Aquamarine #90FADF

Tints of Aquamarine #90FADF

Color information

#90FADF (or 0x90FADF) is unknown color: approx Aquamarine. HEX triplet: 90, FA and DF. RGB value is (144,250,223). Sum of RGB (Red+Green+Blue) = 144+250+223=617 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.34% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #90FADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FADF is #6F0520. Grayscale: #D7D7D7. Windows color (decimal): -7275809 or 14678672. OLE color: 14678672.

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

Color convert

RGB144250223-
CMYK0.4200.110.02
HSL164.72º91.38%77.25%-
HSV(B)164.72º42.4%98.04%-
XYZ59.0179.6382.07-
YUV215.23132.3877.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.34%
GREEN value IS 250 (98.05% from 255) = 40.52%
BLUE value IS 223 (87.5% from 255) = 36.14%
R=23.34%
G=40.52%
B=36.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442502230.4200.110.02164.7291.3877.25
Hex90FADF2A0B2a55b4d
Octal220372337520132245133115
Binary10010000111110101101111110101001011101010010110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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