#90FBD8

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

Shades of Aquamarine #90FBD8

Tints of Aquamarine #90FBD8

Color information

#90FBD8 (or 0x90FBD8) is unknown color: approx Aquamarine. HEX triplet: 90, FB and D8. RGB value is (144,251,216). Sum of RGB (Red+Green+Blue) = 144+251+216=611 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.57% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #90FBD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FBD8 is #6F0427. Grayscale: #D7D7D7. Windows color (decimal): -7275560 or 14220176. OLE color: 14220176.

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

Color convert

RGB144251216-
CMYK0.4300.140.02
HSL160.37º93.04%77.45%-
HSV(B)160.37º42.63%98.43%-
XYZ58.3979.8877.31-
YUV215.02128.5577.35-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.57%
GREEN value IS 251 (98.44% from 255) = 41.08%
BLUE value IS 216 (84.77% from 255) = 35.35%
R=23.57%
G=41.08%
B=35.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442512160.4300.140.02160.3793.0477.45
Hex90FBD82B0E2a05d4d
Octal220373330530162240135115
Binary10010000111110111101100010101101110101010000010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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