#90EFC2

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

Shades of Magic Mint #90EFC2

Tints of Magic Mint #90EFC2

Color information

#90EFC2 (or 0x90EFC2) is unknown color: approx Magic Mint. HEX triplet: 90, EF and C2. RGB value is (144,239,194). Sum of RGB (Red+Green+Blue) = 144+239+194=577 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.96% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EFC2 is #6F103D. Grayscale: #CDCDCD. Windows color (decimal): -7278654 or 12775312. OLE color: 12775312.

HSL color Cylindrical-coordinate representation of color #90EFC2: hue angle of 151.58º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90EFC2 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB144239194-
CMYK0.4000.190.06
HSL151.58º74.8%75.1%-
HSV(B)151.58º39.75%93.73%-
XYZ52.1171.5662.1-
YUV205.46121.5384.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.96%
GREEN value IS 239 (93.75% from 255) = 41.42%
BLUE value IS 194 (76.17% from 255) = 33.62%
R=24.96%
G=41.42%
B=33.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1442391940.4000.190.06151.5874.875.1
Hex90EFC2280136984b4b
Octal220357302500236230113113
Binary1001000011101111110000101010000100111101001100010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,239,194); }

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

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

 a { background-color: rgb(144,239,194); }

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

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

 span { border-color: rgb(144,239,194); }

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