#90EED1

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

Shades of Aquamarine #90EED1

Tints of Aquamarine #90EED1

Color information

#90EED1 (or 0x90EED1) is unknown color: approx Aquamarine. HEX triplet: 90, EE and D1. RGB value is (144,238,209). Sum of RGB (Red+Green+Blue) = 144+238+209=591 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.37% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 238 - color contains mainly: green. Hex color #90EED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EED1 is #6F112E. Grayscale: #CECECE. Windows color (decimal): -7278895 or 13758096. OLE color: 13758096.

HSL color Cylindrical-coordinate representation of color #90EED1: hue angle of 161.49º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EED1 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB144238209-
CMYK0.3900.120.07
HSL161.49º73.44%74.9%-
HSV(B)161.49º39.5%93.33%-
XYZ53.5871.6871.33-
YUV206.59129.3683.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.37%
GREEN value IS 238 (93.36% from 255) = 40.27%
BLUE value IS 209 (82.03% from 255) = 35.36%
R=24.37%
G=40.27%
B=35.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1442382090.3900.120.07161.4973.4474.9
Hex90EED1270C7a1494b
Octal220356321470147241111113
Binary100100001110111011010001100111011001111010000110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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