Html Css Color HEX #93EFCB Magic Mint

📋 copy color: '#93EFCB'

red 147 ◦ green 239 ◦ blue 203

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

Shades of Magic Mint #93EFCB

Tints of Magic Mint #93EFCB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.58%

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

R = 24.96%
G = 40.58%
B = 34.47%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#93EFCB (or 0x93EFCB) is known color: Magic Mint. HEX triplet: 93, EF and CB. RGB value is (147,239,203). Sum of RGB (Red+Green+Blue) = 147+239+203=589 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.96% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EFCB is #6C1034. Grayscale: #CFCFCF. Windows color (decimal): -7082037 or 13365139. OLE color: 13365139.

HSL color Cylindrical-coordinate representation of color #93EFCB: hue angle of 156.52º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EFCB is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 239 203 -
CMYK 0.38 0 0.15 0.06
HSL 156.52º 0.74% 0.76% -
HSV(B) 156.52º 0.38% 0.94% -
XYZ 53.68 72.25 67.62 -
YUV 207.39 125.52 84.93 -
System Red Green Blue C M Y K H S L
Decimal 147 239 203 0.38 0 0.15 0.06 156.52 0.74 0.76
Hex 93 EF CB 26 0 F 6 9D 4A 4C
Octal 223 357 313 46 0 17 6 235 112 114
Binary 10010011 11101111 11001011 100110 0 1111 110 10011101 1001010 1001100

Color Harmonies of #93EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EFCB

Black with #93EFCB

Text Example


Text Example

White with #93EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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