#90FBDB

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

Shades of Aquamarine #90FBDB

Tints of Aquamarine #90FBDB

Color information

#90FBDB (or 0x90FBDB) is unknown color: approx Aquamarine. HEX triplet: 90, FB and DB. RGB value is (144,251,219). Sum of RGB (Red+Green+Blue) = 144+251+219=614 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.45% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #90FBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FBDB is #6F0424. Grayscale: #D7D7D7. Windows color (decimal): -7275557 or 14416784. OLE color: 14416784.

HSL color Cylindrical-coordinate representation of color #90FBDB: hue angle of 162.06º 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 #90FBDB is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB144251219-
CMYK0.4300.130.02
HSL162.06º93.04%77.45%-
HSV(B)162.06º42.63%98.43%-
XYZ58.7880.0479.37-
YUV215.36130.0577.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.45%
GREEN value IS 251 (98.44% from 255) = 40.88%
BLUE value IS 219 (85.94% from 255) = 35.67%
R=23.45%
G=40.88%
B=35.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442512190.4300.130.02162.0693.0477.45
Hex90FBDB2B0D2a25d4d
Octal220373333530152242135115
Binary10010000111110111101101110101101101101010001010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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