#92EBC4

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

Shades of Magic Mint #92EBC4

Tints of Magic Mint #92EBC4

Color information

#92EBC4 (or 0x92EBC4) is unknown color: approx Magic Mint. HEX triplet: 92, EB and C4. RGB value is (146,235,196). Sum of RGB (Red+Green+Blue) = 146+235+196=577 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.30% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #92EBC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EBC4 is #6D143B. Grayscale: #CCCCCC. Windows color (decimal): -7148604 or 12905362. OLE color: 12905362.

HSL color Cylindrical-coordinate representation of color #92EBC4: hue angle of 153.71º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92EBC4 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB146235196-
CMYK0.3800.170.08
HSL153.71º68.99%74.71%-
HSV(B)153.71º37.87%92.16%-
XYZ51.5369.5162.93-
YUV203.94123.5186.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.30%
GREEN value IS 235 (92.19% from 255) = 40.73%
BLUE value IS 196 (76.95% from 255) = 33.97%
R=25.30%
G=40.73%
B=33.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1462351960.3800.170.08153.7168.9974.71
Hex92EBC42601189a454b
Octal2223533044602110232105113
Binary10010010111010111100010010011001000110001001101010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,235,196); }

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

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

 a { background-color: rgb(146,235,196); }

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

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

 span { border-color: rgb(146,235,196); }

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