#90F1C0

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

Shades of Magic Mint #90F1C0

Tints of Magic Mint #90F1C0

Color information

#90F1C0 (or 0x90F1C0) is unknown color: approx Magic Mint. HEX triplet: 90, F1 and C0. RGB value is (144,241,192). Sum of RGB (Red+Green+Blue) = 144+241+192=577 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.96% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 241 - color contains mainly: green. Hex color #90F1C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F1C0 is #6F0E3F. Grayscale: #CECECE. Windows color (decimal): -7278144 or 12644752. OLE color: 12644752.

HSL color Cylindrical-coordinate representation of color #90F1C0: hue angle of 149.69º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90F1C0 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB144241192-
CMYK0.4000.200.05
HSL149.69º77.6%75.49%-
HSV(B)149.69º40.25%94.51%-
XYZ52.4772.6561.13-
YUV206.41119.8683.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.96%
GREEN value IS 241 (94.53% from 255) = 41.77%
BLUE value IS 192 (75.39% from 255) = 33.28%
R=24.96%
G=41.77%
B=33.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1442411920.4000.200.05149.6977.675.49
Hex90F1C0280145964e4b
Octal220361300500245226116113
Binary1001000011110001110000001010000101001011001011010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,241,192); }

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

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

 a { background-color: rgb(144,241,192); }

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

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

 span { border-color: rgb(144,241,192); }

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