#90FACF

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

Shades of Aquamarine #90FACF

Tints of Aquamarine #90FACF

Color information

#90FACF (or 0x90FACF) is unknown color: approx Aquamarine. HEX triplet: 90, FA and CF. RGB value is (144,250,207). Sum of RGB (Red+Green+Blue) = 144+250+207=601 (79% of max value = 765). Red value is 144 (56.64% from 255 or 23.96% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #90FACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FACF is #6F0530. Grayscale: #D5D5D5. Windows color (decimal): -7275825 or 13630096. OLE color: 13630096.

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

Color convert

RGB144250207-
CMYK0.4200.170.02
HSL155.66º91.38%77.25%-
HSV(B)155.66º42.4%98.04%-
XYZ56.9578.8171.24-
YUV213.4124.3878.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.96%
GREEN value IS 250 (98.05% from 255) = 41.60%
BLUE value IS 207 (81.25% from 255) = 34.44%
R=23.96%
G=41.60%
B=34.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442502070.4200.170.02155.6691.3877.25
Hex90FACF2A01129c5b4d
Octal220372317520212234133115
Binary100100001111101011001111101010010001101001110010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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