Html Css Color HEX #93F2CB Magic Mint

📋 copy color: '#93F2CB'

red 147 ◦ green 242 ◦ blue 203

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

Shades of Magic Mint #93F2CB

Tints of Magic Mint #93F2CB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.88%

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

R = 24.83%
G = 40.88%
B = 34.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#93F2CB (or 0x93F2CB) is known color: Magic Mint. HEX triplet: 93, F2 and CB. RGB value is (147,242,203). Sum of RGB (Red+Green+Blue) = 147+242+203=592 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.83% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #93F2CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F2CB is #6C0D34. Grayscale: #D1D1D1. Windows color (decimal): -7081269 or 13365907. OLE color: 13365907.

HSL color Cylindrical-coordinate representation of color #93F2CB: hue angle of 155.37º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F2CB is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 242 203 -
CMYK 0.39 0 0.16 0.05
HSL 155.37º 0.79% 0.76% -
HSV(B) 155.37º 0.39% 0.95% -
XYZ 54.56 74.02 67.91 -
YUV 209.15 124.53 83.67 -
System Red Green Blue C M Y K H S L
Decimal 147 242 203 0.39 0 0.16 0.05 155.37 0.79 0.76
Hex 93 F2 CB 27 0 10 5 9B 4F 4C
Octal 223 362 313 47 0 20 5 233 117 114
Binary 10010011 11110010 11001011 100111 0 10000 101 10011011 1001111 1001100

Color Harmonies of #93F2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F2CB

Black with #93F2CB

Text Example


Text Example

White with #93F2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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