#90EFD1

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

Shades of Aquamarine #90EFD1

Tints of Aquamarine #90EFD1

Color information

#90EFD1 (or 0x90EFD1) is unknown color: approx Aquamarine. HEX triplet: 90, EF and D1. RGB value is (144,239,209). Sum of RGB (Red+Green+Blue) = 144+239+209=592 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.32% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EFD1 is #6F102E. Grayscale: #CFCFCF. Windows color (decimal): -7278639 or 13758352. OLE color: 13758352.

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

Color convert

RGB144239209-
CMYK0.4000.130.06
HSL161.05º74.8%75.1%-
HSV(B)161.05º39.75%93.73%-
XYZ53.8872.2771.43-
YUV207.18129.0382.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.32%
GREEN value IS 239 (93.75% from 255) = 40.37%
BLUE value IS 209 (82.03% from 255) = 35.30%
R=24.32%
G=40.37%
B=35.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1442392090.4000.130.06161.0574.875.1
Hex90EFD1280D6a14b4b
Octal220357321500156241113113
Binary100100001110111111010001101000011011101010000110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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