#90FBCE

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

Shades of Aquamarine #90FBCE

Tints of Aquamarine #90FBCE

Color information

#90FBCE (or 0x90FBCE) is unknown color: approx Aquamarine. HEX triplet: 90, FB and CE. RGB value is (144,251,206). Sum of RGB (Red+Green+Blue) = 144+251+206=601 (79% of max value = 765). Red value is 144 (56.64% from 255 or 23.96% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 251 - color contains mainly: green. Hex color #90FBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FBCE is #6F0431. Grayscale: #D5D5D5. Windows color (decimal): -7275570 or 13564816. OLE color: 13564816.

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

Color convert

RGB144251206-
CMYK0.4300.180.02
HSL154.77º93.04%77.45%-
HSV(B)154.77º42.63%98.43%-
XYZ57.1479.3870.7-
YUV213.88123.5578.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.96%
GREEN value IS 251 (98.44% from 255) = 41.76%
BLUE value IS 206 (80.86% from 255) = 34.28%
R=23.96%
G=41.76%
B=34.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442512060.4300.180.02154.7793.0477.45
Hex90FBCE2B01229b5d4d
Octal220373316530222233135115
Binary100100001111101111001110101011010010101001101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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