#90EFD8

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

Shades of Aquamarine #90EFD8

Tints of Aquamarine #90EFD8

Color information

#90EFD8 (or 0x90EFD8) is unknown color: approx Aquamarine. HEX triplet: 90, EF and D8. RGB value is (144,239,216). Sum of RGB (Red+Green+Blue) = 144+239+216=599 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24.04% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 216 (84.77% from 255 or 36.06% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EFD8 is #6F1027. Grayscale: #CFCFCF. Windows color (decimal): -7278632 or 14217104. OLE color: 14217104.

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

Color convert

RGB144239216-
CMYK0.4000.100.06
HSL165.47º74.8%75.1%-
HSV(B)165.47º39.75%93.73%-
XYZ54.7672.6276.1-
YUV207.97132.5382.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.04%
GREEN value IS 239 (93.75% from 255) = 39.90%
BLUE value IS 216 (84.77% from 255) = 36.06%
R=24.04%
G=39.90%
B=36.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1442392160.4000.100.06165.4774.875.1
Hex90EFD8280A6a54b4b
Octal220357330500126245113113
Binary100100001110111111011000101000010101101010010110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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