#90F6DC

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

Shades of Aquamarine #90F6DC

Tints of Aquamarine #90F6DC

Color information

#90F6DC (or 0x90F6DC) is unknown color: approx Aquamarine. HEX triplet: 90, F6 and DC. RGB value is (144,246,220). Sum of RGB (Red+Green+Blue) = 144+246+220=610 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.61% from 610); Green value is 246 (96.48% from 255 or 40.33% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 246 - color contains mainly: green. Hex color #90F6DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F6DC is #6F0923. Grayscale: #D4D4D4. Windows color (decimal): -7276836 or 14481040. OLE color: 14481040.

HSL color Cylindrical-coordinate representation of color #90F6DC: hue angle of 164.71º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90F6DC is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB144246220-
CMYK0.4100.110.04
HSL164.71º85%76.47%-
HSV(B)164.71º41.46%96.47%-
XYZ57.3877.0179.55-
YUV212.54132.2179.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.61%
GREEN value IS 246 (96.48% from 255) = 40.33%
BLUE value IS 220 (86.33% from 255) = 36.07%
R=23.61%
G=40.33%
B=36.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1442462200.4100.110.04164.718576.47
Hex90F6DC290B4a5554c
Octal220366334510134245125114
Binary100100001111011011011100101001010111001010010110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,246,220); }

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

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

 a { background-color: rgb(144,246,220); }

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

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

 span { border-color: rgb(144,246,220); }

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