Html Css Color HEX #97EDC1 Magic Mint

📋 copy color: '#97EDC1'

red 151 ◦ green 237 ◦ blue 193

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

Shades of Magic Mint #97EDC1

Tints of Magic Mint #97EDC1

RGB

 RED value IS 151 (59.38% from 255) = 25.99%

 GREEN value IS 237 (92.97% from 255) = 40.79%

 BLUE value IS 193 (75.78% from 255) = 33.22%

R = 25.99%
G = 40.79%
B = 33.22%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#97EDC1 (or 0x97EDC1) is known color: Magic Mint. HEX triplet: 97, ED and C1. RGB value is (151,237,193). Sum of RGB (Red+Green+Blue) = 151+237+193=581 (76% of max value = 765). Red value is 151 (59.38% from 255 or 25.99% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #97EDC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EDC1 is #68123E. Grayscale: #CECECE. Windows color (decimal): -6820415 or 12709271. OLE color: 12709271.

HSL color Cylindrical-coordinate representation of color #97EDC1: hue angle of 149.3º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97EDC1 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 237 193 -
CMYK 0.36 0 0.19 0.07
HSL 149.3º 0.7% 0.76% -
HSV(B) 149.3º 0.36% 0.93% -
XYZ 52.67 71 61.38 -
YUV 206.27 120.51 88.58 -
System Red Green Blue C M Y K H S L
Decimal 151 237 193 0.36 0 0.19 0.07 149.3 0.7 0.76
Hex 97 ED C1 24 0 13 7 95 46 4C
Octal 227 355 301 44 0 23 7 225 106 114
Binary 10010111 11101101 11000001 100100 0 10011 111 10010101 1000110 1001100

Color Harmonies of #97EDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97EDC1

Black with #97EDC1

Text Example


Text Example

White with #97EDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97EDC1; }

 p { color: rgb(151,237,193); }

 H1.HeaderClassName
 {
   color: #97EDC1;
 }
 .AnyTagClassName
 {
   color: #97EDC1;
 }
</style>

background-color css

<style>
 a { background-color: #97EDC1; }

 a { background-color: rgb(151,237,193); }

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

border-color css

<style>
 span { border-color: #97EDC1; }

 span { border-color: rgb(151,237,193); }

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