#90F1C4

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

Shades of Magic Mint #90F1C4

Tints of Magic Mint #90F1C4

Color information

#90F1C4 (or 0x90F1C4) is unknown color: approx Magic Mint. HEX triplet: 90, F1 and C4. RGB value is (144,241,196). Sum of RGB (Red+Green+Blue) = 144+241+196=581 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.78% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 196 (76.95% from 255 or 33.73% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #90F1C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F1C4 is #6F0E3B. Grayscale: #CECECE. Windows color (decimal): -7278140 or 12906896. OLE color: 12906896.

HSL color Cylindrical-coordinate representation of color #90F1C4: hue angle of 152.16º 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 #90F1C4 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB144241196-
CMYK0.4000.190.05
HSL152.16º77.6%75.49%-
HSV(B)152.16º40.25%94.51%-
XYZ52.9272.8363.49-
YUV206.87121.8683.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.78%
GREEN value IS 241 (94.53% from 255) = 41.48%
BLUE value IS 196 (76.95% from 255) = 33.73%
R=24.78%
G=41.48%
B=33.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1442411960.4000.190.05152.1677.675.49
Hex90F1C4280135984e4b
Octal220361304500235230116113
Binary1001000011110001110001001010000100111011001100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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