#90F9CA

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

Shades of Aquamarine #90F9CA

Tints of Aquamarine #90F9CA

Color information

#90F9CA (or 0x90F9CA) is unknown color: approx Aquamarine. HEX triplet: 90, F9 and CA. RGB value is (144,249,202). Sum of RGB (Red+Green+Blue) = 144+249+202=595 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.20% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #90F9CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F9CA is #6F0635. Grayscale: #D4D4D4. Windows color (decimal): -7276086 or 13302160. OLE color: 13302160.

HSL color Cylindrical-coordinate representation of color #90F9CA: hue angle of 153.14º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90F9CA is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB144249202-
CMYK0.4200.190.02
HSL153.14º89.74%77.06%-
HSV(B)153.14º42.17%97.65%-
XYZ56.0477.9467.97-
YUV212.25122.2179.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.20%
GREEN value IS 249 (97.66% from 255) = 41.85%
BLUE value IS 202 (79.30% from 255) = 33.95%
R=24.20%
G=41.85%
B=33.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442492020.4200.190.02153.1489.7477.06
Hex90F9CA2A0132995a4d
Octal220371312520232231132115
Binary100100001111100111001010101010010011101001100110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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