#90FEBA

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

Shades of Aquamarine #90FEBA

Tints of Aquamarine #90FEBA

Color information

#90FEBA (or 0x90FEBA) is unknown color: approx Aquamarine. HEX triplet: 90, FE and BA. RGB value is (144,254,186). Sum of RGB (Red+Green+Blue) = 144+254+186=584 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.66% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #90FEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FEBA is #6F0145. Grayscale: #D5D5D5. Windows color (decimal): -7274822 or 12254864. OLE color: 12254864.

HSL color Cylindrical-coordinate representation of color #90FEBA: hue angle of 142.91º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FEBA is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB144254186-
CMYK0.4300.270.00
HSL142.91º98.21%78.04%-
HSV(B)142.91º43.31%99.61%-
XYZ55.8180.3659.02-
YUV213.36112.5678.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.66%
GREEN value IS 254 (99.61% from 255) = 43.49%
BLUE value IS 186 (73.05% from 255) = 31.85%
R=24.66%
G=43.49%
B=31.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1442541860.4300.270.00142.9198.2178.04
Hex90FEBA2B01B08f624e
Octal220376272530330217142116
Binary10010000111111101011101010101101101101000111111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,254,186); }

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

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

 a { background-color: rgb(144,254,186); }

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

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

 span { border-color: rgb(144,254,186); }

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