#90EFDA

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

Shades of Aquamarine #90EFDA

Tints of Aquamarine #90EFDA

Color information

#90EFDA (or 0x90EFDA) is unknown color: approx Aquamarine. HEX triplet: 90, EF and DA. RGB value is (144,239,218). Sum of RGB (Red+Green+Blue) = 144+239+218=601 (79% of max value = 765). Red value is 144 (56.64% from 255 or 23.96% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EFDA is #6F1025. Grayscale: #D0D0D0. Windows color (decimal): -7278630 or 14348176. OLE color: 14348176.

HSL color Cylindrical-coordinate representation of color #90EFDA: hue angle of 166.74º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90EFDA is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB144239218-
CMYK0.4000.090.06
HSL166.74º74.8%75.1%-
HSV(B)166.74º39.75%93.73%-
XYZ55.0272.7277.47-
YUV208.2133.5382.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.96%
GREEN value IS 239 (93.75% from 255) = 39.77%
BLUE value IS 218 (85.55% from 255) = 36.27%
R=23.96%
G=39.77%
B=36.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1442392180.4000.090.06166.7474.875.1
Hex90EFDA28096a74b4b
Octal220357332500116247113113
Binary100100001110111111011010101000010011101010011110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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