#90FECA

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

Shades of Aquamarine #90FECA

Tints of Aquamarine #90FECA

Color information

#90FECA (or 0x90FECA) is unknown color: approx Aquamarine. HEX triplet: 90, FE and CA. RGB value is (144,254,202). Sum of RGB (Red+Green+Blue) = 144+254+202=600 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #90FECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FECA is #6F0135. Grayscale: #D7D7D7. Windows color (decimal): -7274806 or 13303440. OLE color: 13303440.

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

Color convert

RGB144254202-
CMYK0.4300.200.00
HSL151.64º98.21%78.04%-
HSV(B)151.64º43.31%99.61%-
XYZ57.681.0868.49-
YUV215.18120.5677.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24%
GREEN value IS 254 (99.61% from 255) = 42.33%
BLUE value IS 202 (79.30% from 255) = 33.67%
R=24%
G=42.33%
B=33.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1442542020.4300.200.00151.6498.2178.04
Hex90FECA2B014098624e
Octal220376312530240230142116
Binary10010000111111101100101010101101010001001100011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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