#92EDCA

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

Shades of Magic Mint #92EDCA

Tints of Magic Mint #92EDCA

Color information

#92EDCA (or 0x92EDCA) is unknown color: approx Magic Mint. HEX triplet: 92, ED and CA. RGB value is (146,237,202). Sum of RGB (Red+Green+Blue) = 146+237+202=585 (77% of max value = 765). Red value is 146 (57.42% from 255 or 24.96% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #92EDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EDCA is #6D1235. Grayscale: #CDCDCD. Windows color (decimal): -7148086 or 13299090. OLE color: 13299090.

HSL color Cylindrical-coordinate representation of color #92EDCA: hue angle of 156.92º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92EDCA is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB146237202-
CMYK0.3800.150.07
HSL156.92º71.65%75.1%-
HSV(B)156.92º38.4%92.94%-
XYZ52.870.9466.79-
YUV205.8125.8585.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.96%
GREEN value IS 237 (92.97% from 255) = 40.51%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=24.96%
G=40.51%
B=34.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1462372020.3800.150.07156.9271.6575.1
Hex92EDCA260F79d484b
Octal222355312460177235110113
Binary100100101110110111001010100110011111111001110110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92EDCA; }

 p { color: rgb(146,237,202); }

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

<style>
 a { background-color: #92EDCA; }

 a { background-color: rgb(146,237,202); }

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

<style>
 span { border-color: #92EDCA; }

 span { border-color: rgb(146,237,202); }

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