Html Css Color HEX #93EDC8 Magic Mint

📋 copy color: '#93EDC8'

red 147 ◦ green 237 ◦ blue 200

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

Shades of Magic Mint #93EDC8

Tints of Magic Mint #93EDC8

RGB

 RED value IS 147 (57.81% from 255) = 25.17%

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

 BLUE value IS 200 (78.52% from 255) = 34.25%

R = 25.17%
G = 40.58%
B = 34.25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#93EDC8 (or 0x93EDC8) is known color: Magic Mint. HEX triplet: 93, ED and C8. RGB value is (147,237,200). Sum of RGB (Red+Green+Blue) = 147+237+200=584 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.17% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #93EDC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EDC8 is #6C1237. Grayscale: #CDCDCD. Windows color (decimal): -7082552 or 13168019. OLE color: 13168019.

HSL color Cylindrical-coordinate representation of color #93EDC8: hue angle of 155.33º degrees, saturation: 0.71, 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 #93EDC8 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 237 200 -
CMYK 0.38 0 0.16 0.07
HSL 155.33º 0.71% 0.75% -
HSV(B) 155.33º 0.38% 0.93% -
XYZ 52.74 70.94 65.56 -
YUV 205.87 124.68 86.01 -
System Red Green Blue C M Y K H S L
Decimal 147 237 200 0.38 0 0.16 0.07 155.33 0.71 0.75
Hex 93 ED C8 26 0 10 7 9B 47 4B
Octal 223 355 310 46 0 20 7 233 107 113
Binary 10010011 11101101 11001000 100110 0 10000 111 10011011 1000111 1001011

Color Harmonies of #93EDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EDC8

Black with #93EDC8

Text Example


Text Example

White with #93EDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93EDC8; }

 p { color: rgb(147,237,200); }

 H1.HeaderClassName
 {
   color: #93EDC8;
 }
 .AnyTagClassName
 {
   color: #93EDC8;
 }
</style>

background-color css

<style>
 a { background-color: #93EDC8; }

 a { background-color: rgb(147,237,200); }

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

border-color css

<style>
 span { border-color: #93EDC8; }

 span { border-color: rgb(147,237,200); }

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