Html Css Color HEX #93F7CB Magic Mint

📋 copy color: '#93F7CB'

red 147 ◦ green 247 ◦ blue 203

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

Shades of Magic Mint #93F7CB

Tints of Magic Mint #93F7CB

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.37%

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

R = 24.62%
G = 41.37%
B = 34%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#93F7CB (or 0x93F7CB) is known color: Magic Mint. HEX triplet: 93, F7 and CB. RGB value is (147,247,203). Sum of RGB (Red+Green+Blue) = 147+247+203=597 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.62% from 597); Green value is 247 (96.88% from 255 or 41.37% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 247 - color contains mainly: green. Hex color #93F7CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F7CB is #6C0834. Grayscale: #D4D4D4. Windows color (decimal): -7079989 or 13367187. OLE color: 13367187.

HSL color Cylindrical-coordinate representation of color #93F7CB: hue angle of 153.6º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F7CB is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 147 247 203 -
CMYK 0.40 0 0.18 0.03
HSL 153.6º 0.86% 0.77% -
HSV(B) 153.6º 0.4% 0.97% -
XYZ 56.07 77.04 68.41 -
YUV 212.08 122.87 81.58 -
System Red Green Blue C M Y K H S L
Decimal 147 247 203 0.40 0 0.18 0.03 153.6 0.86 0.77
Hex 93 F7 CB 28 0 12 3 9A 56 4D
Octal 223 367 313 50 0 22 3 232 126 115
Binary 10010011 11110111 11001011 101000 0 10010 11 10011010 1010110 1001101

Color Harmonies of #93F7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F7CB

Black with #93F7CB

Text Example


Text Example

White with #93F7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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