#90F8C2

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

Shades of Aquamarine #90F8C2

Tints of Aquamarine #90F8C2

Color information

#90F8C2 (or 0x90F8C2) is unknown color: approx Aquamarine. HEX triplet: 90, F8 and C2. RGB value is (144,248,194). Sum of RGB (Red+Green+Blue) = 144+248+194=586 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.57% from 586); Green value is 248 (97.27% from 255 or 42.32% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 248 - color contains mainly: green. Hex color #90F8C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F8C2 is #6F073D. Grayscale: #D2D2D2. Windows color (decimal): -7276350 or 12777616. OLE color: 12777616.

HSL color Cylindrical-coordinate representation of color #90F8C2: hue angle of 148.85º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90F8C2 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB144248194-
CMYK0.4200.220.03
HSL148.85º88.14%76.86%-
HSV(B)148.85º41.94%97.25%-
XYZ54.8176.9663-
YUV210.75118.5480.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.57%
GREEN value IS 248 (97.27% from 255) = 42.32%
BLUE value IS 194 (76.17% from 255) = 33.11%
R=24.57%
G=42.32%
B=33.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1442481940.4200.220.03148.8588.1476.86
Hex90F8C22A016395584d
Octal220370302520263225130115
Binary100100001111100011000010101010010110111001010110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,248,194); }

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

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

 a { background-color: rgb(144,248,194); }

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

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

 span { border-color: rgb(144,248,194); }

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