Html Css Color HEX #97F5DD Magic Mint

📋 copy color: '#97F5DD'

red 151 ◦ green 245 ◦ blue 221

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

Shades of Magic Mint #97F5DD

Tints of Magic Mint #97F5DD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.71%

 BLUE value IS 221 (86.72% from 255) = 35.82%

R = 24.47%
G = 39.71%
B = 35.82%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#97F5DD (or 0x97F5DD) is known color: Magic Mint. HEX triplet: 97, F5 and DD. RGB value is (151,245,221). Sum of RGB (Red+Green+Blue) = 151+245+221=617 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.47% from 617); Green value is 245 (96.09% from 255 or 39.71% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 245 - color contains mainly: green. Hex color #97F5DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F5DD is #680A22. Grayscale: #D6D6D6. Windows color (decimal): -6818339 or 14546327. OLE color: 14546327.

HSL color Cylindrical-coordinate representation of color #97F5DD: hue angle of 164.68º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97F5DD is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 151 245 221 -
CMYK 0.38 0 0.10 0.04
HSL 164.68º 0.82% 0.78% -
HSV(B) 164.68º 0.38% 0.96% -
XYZ 58.47 77.1 80.21 -
YUV 214.16 131.86 82.95 -
System Red Green Blue C M Y K H S L
Decimal 151 245 221 0.38 0 0.10 0.04 164.68 0.82 0.78
Hex 97 F5 DD 26 0 A 4 A5 52 4E
Octal 227 365 335 46 0 12 4 245 122 116
Binary 10010111 11110101 11011101 100110 0 1010 100 10100101 1010010 1001110

Color Harmonies of #97F5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97F5DD

Black with #97F5DD

Text Example


Text Example

White with #97F5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,245,221); }

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

background-color css

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

 a { background-color: rgb(151,245,221); }

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

border-color css

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

 span { border-color: rgb(151,245,221); }

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