Html Css Color HEX #97EAC2 Magic Mint

📋 copy color: '#97EAC2'

red 151 ◦ green 234 ◦ blue 194

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

Shades of Magic Mint #97EAC2

Tints of Magic Mint #97EAC2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.41%

 BLUE value IS 194 (76.17% from 255) = 33.51%

R = 26.08%
G = 40.41%
B = 33.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#97EAC2 (or 0x97EAC2) is known color: Magic Mint. HEX triplet: 97, EA and C2. RGB value is (151,234,194). Sum of RGB (Red+Green+Blue) = 151+234+194=579 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.08% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 194 (76.17% from 255 or 33.51% from 579); Max value from RGB is 234 - color contains mainly: green. Hex color #97EAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EAC2 is #68153D. Grayscale: #CCCCCC. Windows color (decimal): -6821182 or 12774039. OLE color: 12774039.

HSL color Cylindrical-coordinate representation of color #97EAC2: hue angle of 151.08º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97EAC2 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 234 194 -
CMYK 0.35 0 0.17 0.08
HSL 151.08º 0.66% 0.75% -
HSV(B) 151.08º 0.35% 0.92% -
XYZ 51.92 69.32 61.68 -
YUV 204.62 122 89.75 -
System Red Green Blue C M Y K H S L
Decimal 151 234 194 0.35 0 0.17 0.08 151.08 0.66 0.75
Hex 97 EA C2 23 0 11 8 97 42 4B
Octal 227 352 302 43 0 21 10 227 102 113
Binary 10010111 11101010 11000010 100011 0 10001 1000 10010111 1000010 1001011

Color Harmonies of #97EAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97EAC2

Black with #97EAC2

Text Example


Text Example

White with #97EAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,234,194); }

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

background-color css

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

 a { background-color: rgb(151,234,194); }

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

border-color css

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

 span { border-color: rgb(151,234,194); }

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