#92EDCC

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

Shades of Magic Mint #92EDCC

Tints of Magic Mint #92EDCC

Color information

#92EDCC (or 0x92EDCC) is unknown color: approx Magic Mint. HEX triplet: 92, ED and CC. RGB value is (146,237,204). Sum of RGB (Red+Green+Blue) = 146+237+204=587 (77% of max value = 765). Red value is 146 (57.42% from 255 or 24.87% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #92EDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EDCC is #6D1233. Grayscale: #CECECE. Windows color (decimal): -7148084 or 13430162. OLE color: 13430162.

HSL color Cylindrical-coordinate representation of color #92EDCC: hue angle of 158.24º 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 #92EDCC is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB146237204-
CMYK0.3800.140.07
HSL158.24º71.65%75.1%-
HSV(B)158.24º38.4%92.94%-
XYZ53.0471.0468.04-
YUV206.03126.8585.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.87%
GREEN value IS 237 (92.97% from 255) = 40.37%
BLUE value IS 204 (80.08% from 255) = 34.75%
R=24.87%
G=40.37%
B=34.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1462372040.3800.140.07158.2471.6575.1
Hex92EDCC260E79e484b
Octal222355314460167236110113
Binary100100101110110111001100100110011101111001111010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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