Html Css Color HEX #93EFD2 Magic Mint

📋 copy color: '#93EFD2'

red 147 ◦ green 239 ◦ blue 210

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

Shades of Magic Mint #93EFD2

Tints of Magic Mint #93EFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.23%

R = 24.66%
G = 40.1%
B = 35.23%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#93EFD2 (or 0x93EFD2) is known color: Magic Mint. HEX triplet: 93, EF and D2. RGB value is (147,239,210). Sum of RGB (Red+Green+Blue) = 147+239+210=596 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.66% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EFD2 is #6C102D. Grayscale: #D0D0D0. Windows color (decimal): -7082030 or 13823891. OLE color: 13823891.

HSL color Cylindrical-coordinate representation of color #93EFD2: hue angle of 161.09º 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 #93EFD2 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 239 210 -
CMYK 0.38 0 0.12 0.06
HSL 161.09º 0.74% 0.76% -
HSV(B) 161.09º 0.38% 0.94% -
XYZ 54.53 72.59 72.11 -
YUV 208.19 129.02 84.36 -
System Red Green Blue C M Y K H S L
Decimal 147 239 210 0.38 0 0.12 0.06 161.09 0.74 0.76
Hex 93 EF D2 26 0 C 6 A1 4A 4C
Octal 223 357 322 46 0 14 6 241 112 114
Binary 10010011 11101111 11010010 100110 0 1100 110 10100001 1001010 1001100

Color Harmonies of #93EFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EFD2

Black with #93EFD2

Text Example


Text Example

White with #93EFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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