#90F4CE

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

Shades of Aquamarine #90F4CE

Tints of Aquamarine #90F4CE

Color information

#90F4CE (or 0x90F4CE) is unknown color: approx Aquamarine. HEX triplet: 90, F4 and CE. RGB value is (144,244,206). Sum of RGB (Red+Green+Blue) = 144+244+206=594 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.24% from 594); Green value is 244 (95.70% from 255 or 41.08% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 244 - color contains mainly: green. Hex color #90F4CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F4CE is #6F0B31. Grayscale: #D1D1D1. Windows color (decimal): -7277362 or 13563024. OLE color: 13563024.

HSL color Cylindrical-coordinate representation of color #90F4CE: hue angle of 157.2º degrees, saturation: 0.82, 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 #90F4CE is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB144244206-
CMYK0.4100.160.04
HSL157.2º81.97%76.08%-
HSV(B)157.2º40.98%95.69%-
XYZ54.9975.0969.99-
YUV209.77125.8781.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.24%
GREEN value IS 244 (95.70% from 255) = 41.08%
BLUE value IS 206 (80.86% from 255) = 34.68%
R=24.24%
G=41.08%
B=34.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1442442060.4100.160.04157.281.9776.08
Hex90F4CE2901049d524c
Octal220364316510204235122114
Binary1001000011110100110011101010010100001001001110110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,244,206); }

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

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

 a { background-color: rgb(144,244,206); }

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

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

 span { border-color: rgb(144,244,206); }

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