#90F8CB

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

Shades of Aquamarine #90F8CB

Tints of Aquamarine #90F8CB

Color information

#90F8CB (or 0x90F8CB) is unknown color: approx Aquamarine. HEX triplet: 90, F8 and CB. RGB value is (144,248,203). Sum of RGB (Red+Green+Blue) = 144+248+203=595 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.20% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #90F8CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F8CB is #6F0734. Grayscale: #D3D3D3. Windows color (decimal): -7276341 or 13367440. OLE color: 13367440.

HSL color Cylindrical-coordinate representation of color #90F8CB: hue angle of 154.04º 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 #90F8CB is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB144248203-
CMYK0.4200.180.03
HSL154.04º88.14%76.86%-
HSV(B)154.04º41.94%97.25%-
XYZ55.8577.3868.49-
YUV211.77123.0479.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.20%
GREEN value IS 248 (97.27% from 255) = 41.68%
BLUE value IS 203 (79.69% from 255) = 34.12%
R=24.20%
G=41.68%
B=34.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1442482030.4200.180.03154.0488.1476.86
Hex90F8CB2A01239a584d
Octal220370313520223232130115
Binary100100001111100011001011101010010010111001101010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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