#90F4CA

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

Shades of Aquamarine #90F4CA

Tints of Aquamarine #90F4CA

Color information

#90F4CA (or 0x90F4CA) is unknown color: approx Aquamarine. HEX triplet: 90, F4 and CA. RGB value is (144,244,202). Sum of RGB (Red+Green+Blue) = 144+244+202=590 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.41% from 590); Green value is 244 (95.70% from 255 or 41.36% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 244 - color contains mainly: green. Hex color #90F4CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F4CA is #6F0B35. Grayscale: #D1D1D1. Windows color (decimal): -7277366 or 13300880. OLE color: 13300880.

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

Color convert

RGB144244202-
CMYK0.4100.170.04
HSL154.8º81.97%76.08%-
HSV(B)154.8º40.98%95.69%-
XYZ54.5174.8967.46-
YUV209.31123.8781.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.41%
GREEN value IS 244 (95.70% from 255) = 41.36%
BLUE value IS 202 (79.30% from 255) = 34.24%
R=24.41%
G=41.36%
B=34.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1442442020.4100.170.04154.881.9776.08
Hex90F4CA2901149b524c
Octal220364312510214233122114
Binary1001000011110100110010101010010100011001001101110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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