Html Css Color HEX #93F6CB Magic Mint

📋 copy color: '#93F6CB'

red 147 ◦ green 246 ◦ blue 203

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

Shades of Magic Mint #93F6CB

Tints of Magic Mint #93F6CB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.28%

 BLUE value IS 203 (79.69% from 255) = 34.06%

R = 24.66%
G = 41.28%
B = 34.06%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#93F6CB (or 0x93F6CB) is known color: Magic Mint. HEX triplet: 93, F6 and CB. RGB value is (147,246,203). Sum of RGB (Red+Green+Blue) = 147+246+203=596 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.66% from 596); Green value is 246 (96.48% from 255 or 41.28% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 246 - color contains mainly: green. Hex color #93F6CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F6CB is #6C0934. Grayscale: #D3D3D3. Windows color (decimal): -7080245 or 13366931. OLE color: 13366931.

HSL color Cylindrical-coordinate representation of color #93F6CB: hue angle of 153.94º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F6CB is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 147 246 203 -
CMYK 0.40 0 0.17 0.04
HSL 153.94º 0.85% 0.77% -
HSV(B) 153.94º 0.4% 0.96% -
XYZ 55.77 76.43 68.31 -
YUV 211.5 123.2 82 -
System Red Green Blue C M Y K H S L
Decimal 147 246 203 0.40 0 0.17 0.04 153.94 0.85 0.77
Hex 93 F6 CB 28 0 11 4 9A 55 4D
Octal 223 366 313 50 0 21 4 232 125 115
Binary 10010011 11110110 11001011 101000 0 10001 100 10011010 1010101 1001101

Color Harmonies of #93F6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F6CB

Black with #93F6CB

Text Example


Text Example

White with #93F6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,246,203); }

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

background-color css

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

 a { background-color: rgb(147,246,203); }

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

border-color css

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

 span { border-color: rgb(147,246,203); }

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