Html Css Color HEX #97FCD3 Magic Mint

📋 copy color: '#97FCD3'

red 151 ◦ green 252 ◦ blue 211

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

Shades of Magic Mint #97FCD3

Tints of Magic Mint #97FCD3

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.04%

 BLUE value IS 211 (82.81% from 255) = 34.36%

R = 24.59%
G = 41.04%
B = 34.36%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#97FCD3 (or 0x97FCD3) is known color: Magic Mint. HEX triplet: 97, FC and D3. RGB value is (151,252,211). Sum of RGB (Red+Green+Blue) = 151+252+211=614 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.59% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #97FCD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FCD3 is #68032C. Grayscale: #D9D9D9. Windows color (decimal): -6816557 or 13892759. OLE color: 13892759.

HSL color Cylindrical-coordinate representation of color #97FCD3: hue angle of 155.64º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97FCD3 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 151 252 211 -
CMYK 0.40 0 0.16 0.01
HSL 155.64º 0.94% 0.79% -
HSV(B) 155.64º 0.4% 0.99% -
XYZ 59.33 80.9 74.12 -
YUV 217.13 124.54 80.83 -
System Red Green Blue C M Y K H S L
Decimal 151 252 211 0.40 0 0.16 0.01 155.64 0.94 0.79
Hex 97 FC D3 28 0 10 1 9C 5E 4F
Octal 227 374 323 50 0 20 1 234 136 117
Binary 10010111 11111100 11010011 101000 0 10000 1 10011100 1011110 1001111

Color Harmonies of #97FCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97FCD3

Black with #97FCD3

Text Example


Text Example

White with #97FCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,252,211); }

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

background-color css

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

 a { background-color: rgb(151,252,211); }

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

border-color css

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

 span { border-color: rgb(151,252,211); }

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