#90FBE4

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

Shades of Aquamarine #90FBE4

Tints of Aquamarine #90FBE4

Color information

#90FBE4 (or 0x90FBE4) is unknown color: approx Aquamarine. HEX triplet: 90, FB and E4. RGB value is (144,251,228). Sum of RGB (Red+Green+Blue) = 144+251+228=623 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.11% from 623); Green value is 251 (98.44% from 255 or 40.29% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 251 - color contains mainly: green. Hex color #90FBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FBE4 is #6F041B. Grayscale: #D8D8D8. Windows color (decimal): -7275548 or 15006608. OLE color: 15006608.

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

Color convert

RGB144251228-
CMYK0.4300.090.02
HSL167.1º93.04%77.45%-
HSV(B)167.1º42.63%98.43%-
XYZ6080.5385.78-
YUV216.38134.5576.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.11%
GREEN value IS 251 (98.44% from 255) = 40.29%
BLUE value IS 228 (89.45% from 255) = 36.60%
R=23.11%
G=40.29%
B=36.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442512280.4300.090.02167.193.0477.45
Hex90FBE42B092a75d4d
Octal220373344530112247135115
Binary10010000111110111110010010101101001101010011110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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