Html Css Color HEX #93F8BC Magic Mint

📋 copy color: '#93F8BC'

red 147 ◦ green 248 ◦ blue 188

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

Shades of Magic Mint #93F8BC

Tints of Magic Mint #93F8BC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.54%

 BLUE value IS 188 (73.83% from 255) = 32.25%

R = 25.21%
G = 42.54%
B = 32.25%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#93F8BC (or 0x93F8BC) is known color: Magic Mint. HEX triplet: 93, F8 and BC. RGB value is (147,248,188). Sum of RGB (Red+Green+Blue) = 147+248+188=583 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.21% from 583); Green value is 248 (97.27% from 255 or 42.54% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 248 - color contains mainly: green. Hex color #93F8BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F8BC is #6C0743. Grayscale: #D3D3D3. Windows color (decimal): -7079748 or 12384403. OLE color: 12384403.

HSL color Cylindrical-coordinate representation of color #93F8BC: hue angle of 144.36º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93F8BC is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 147 248 188 -
CMYK 0.41 0 0.24 0.03
HSL 144.36º 0.88% 0.77% -
HSV(B) 144.36º 0.41% 0.97% -
XYZ 54.68 76.97 59.55 -
YUV 210.96 115.04 82.38 -
System Red Green Blue C M Y K H S L
Decimal 147 248 188 0.41 0 0.24 0.03 144.36 0.88 0.77
Hex 93 F8 BC 29 0 18 3 90 58 4D
Octal 223 370 274 51 0 30 3 220 130 115
Binary 10010011 11111000 10111100 101001 0 11000 11 10010000 1011000 1001101

Color Harmonies of #93F8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F8BC

Black with #93F8BC

Text Example


Text Example

White with #93F8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,248,188); }

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

background-color css

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

 a { background-color: rgb(147,248,188); }

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

border-color css

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

 span { border-color: rgb(147,248,188); }

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