#90EFDF

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

Shades of Aquamarine #90EFDF

Tints of Aquamarine #90EFDF

Color information

#90EFDF (or 0x90EFDF) is unknown color: approx Aquamarine. HEX triplet: 90, EF and DF. RGB value is (144,239,223). Sum of RGB (Red+Green+Blue) = 144+239+223=606 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.76% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EFDF is #6F1020. Grayscale: #D0D0D0. Windows color (decimal): -7278625 or 14675856. OLE color: 14675856.

HSL color Cylindrical-coordinate representation of color #90EFDF: hue angle of 169.89º 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 #90EFDF is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB144239223-
CMYK0.4000.070.06
HSL169.89º74.8%75.1%-
HSV(B)169.89º39.75%93.73%-
XYZ55.6972.9980.97-
YUV208.77136.0381.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.76%
GREEN value IS 239 (93.75% from 255) = 39.44%
BLUE value IS 223 (87.5% from 255) = 36.80%
R=23.76%
G=39.44%
B=36.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1442392230.4000.070.06169.8974.875.1
Hex90EFDF28076aa4b4b
Octal22035733750076252113113
Binary10010000111011111101111110100001111101010101010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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