Html Css Color HEX #92EDC5 Magic Mint

📋 copy color: '#92EDC5'

red 146 ◦ green 237 ◦ blue 197

#92EDC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #92EDC5

Tints of Magic Mint #92EDC5

RGB

 RED value IS 146 (57.42% from 255) = 25.17%

 GREEN value IS 237 (92.97% from 255) = 40.86%

 BLUE value IS 197 (77.34% from 255) = 33.97%

R = 25.17%
G = 40.86%
B = 33.97%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#92EDC5 (or 0x92EDC5) is known color: Magic Mint. HEX triplet: 92, ED and C5. RGB value is (146,237,197). Sum of RGB (Red+Green+Blue) = 146+237+197=580 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.17% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #92EDC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EDC5 is #6D123A. Grayscale: #CDCDCD. Windows color (decimal): -7148091 or 12971410. OLE color: 12971410.

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

Color convert

RGB 146 237 197 -
CMYK 0.38 0 0.17 0.07
HSL 153.63º 0.72% 0.75% -
HSV(B) 153.63º 0.38% 0.93% -
XYZ 52.22 70.71 63.72 -
YUV 205.23 123.35 85.75 -
System Red Green Blue C M Y K H S L
Decimal 146 237 197 0.38 0 0.17 0.07 153.63 0.72 0.75
Hex 92 ED C5 26 0 11 7 9A 48 4B
Octal 222 355 305 46 0 21 7 232 110 113
Binary 10010010 11101101 11000101 100110 0 10001 111 10011010 1001000 1001011

Color Harmonies of #92EDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92EDC5

Black with #92EDC5

Text Example


Text Example

White with #92EDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #92EDC5;
 }
 .AnyTagClassName
 {
   color: #92EDC5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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