#90FBDC

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

Shades of Aquamarine #90FBDC

Tints of Aquamarine #90FBDC

Color information

#90FBDC (or 0x90FBDC) is unknown color: approx Aquamarine. HEX triplet: 90, FB and DC. RGB value is (144,251,220). Sum of RGB (Red+Green+Blue) = 144+251+220=615 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.41% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #90FBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FBDC is #6F0423. Grayscale: #D7D7D7. Windows color (decimal): -7275556 or 14482320. OLE color: 14482320.

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

Color convert

RGB144251220-
CMYK0.4300.120.02
HSL162.62º93.04%77.45%-
HSV(B)162.62º42.63%98.43%-
XYZ58.9280.0980.06-
YUV215.47130.5577.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.41%
GREEN value IS 251 (98.44% from 255) = 40.81%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=23.41%
G=40.81%
B=35.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442512200.4300.120.02162.6293.0477.45
Hex90FBDC2B0C2a35d4d
Octal220373334530142243135115
Binary10010000111110111101110010101101100101010001110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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