#90FEDB

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

Shades of Aquamarine #90FEDB

Tints of Aquamarine #90FEDB

Color information

#90FEDB (or 0x90FEDB) is unknown color: approx Aquamarine. HEX triplet: 90, FE and DB. RGB value is (144,254,219). Sum of RGB (Red+Green+Blue) = 144+254+219=617 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.34% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #90FEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FEDB is #6F0124. Grayscale: #D9D9D9. Windows color (decimal): -7274789 or 14417552. OLE color: 14417552.

HSL color Cylindrical-coordinate representation of color #90FEDB: hue angle of 160.91º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FEDB is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB144254219-
CMYK0.4300.140.00
HSL160.91º98.21%78.04%-
HSV(B)160.91º43.31%99.61%-
XYZ59.7381.9379.68-
YUV217.12129.0675.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.34%
GREEN value IS 254 (99.61% from 255) = 41.17%
BLUE value IS 219 (85.94% from 255) = 35.49%
R=23.34%
G=41.17%
B=35.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1442542190.4300.140.00160.9198.2178.04
Hex90FEDB2B0E0a1624e
Octal220376333530160241142116
Binary1001000011111110110110111010110111001010000111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,254,219); }

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

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

 a { background-color: rgb(144,254,219); }

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

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

 span { border-color: rgb(144,254,219); }

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