Html Css Color HEX #97FFCF Magic Mint

📋 copy color: '#97FFCF'

red 151 ◦ green 255 ◦ blue 207

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

Shades of Magic Mint #97FFCF

Tints of Magic Mint #97FFCF

RGB

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

 GREEN value IS 255 (100% from 255) = 41.6%

 BLUE value IS 207 (81.25% from 255) = 33.77%

R = 24.63%
G = 41.6%
B = 33.77%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#97FFCF (or 0x97FFCF) is known color: Magic Mint. HEX triplet: 97, FF and CF. RGB value is (151,255,207). Sum of RGB (Red+Green+Blue) = 151+255+207=613 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.63% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #97FFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FFCF is #680030. Grayscale: #DADADA. Windows color (decimal): -6815793 or 13631383. OLE color: 13631383.

HSL color Cylindrical-coordinate representation of color #97FFCF: hue angle of 152.31º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97FFCF is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 151 255 207 -
CMYK 0.41 0 0.19 0
HSL 152.31º 1% 0.8% -
HSV(B) 152.31º 0.41% 1% -
XYZ 59.78 82.6 71.82 -
YUV 218.43 121.54 79.9 -
System Red Green Blue C M Y K H S L
Decimal 151 255 207 0.41 0 0.19 0 152.31 1 0.8
Hex 97 FF CF 29 0 13 0 98 64 50
Octal 227 377 317 51 0 23 0 230 144 120
Binary 10010111 11111111 11001111 101001 0 10011 0 10011000 1100100 1010000

Color Harmonies of #97FFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97FFCF

Black with #97FFCF

Text Example


Text Example

White with #97FFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,255,207); }

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

background-color css

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

 a { background-color: rgb(151,255,207); }

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

border-color css

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

 span { border-color: rgb(151,255,207); }

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