Html Css Color HEX #97FDD0 Magic Mint

📋 copy color: '#97FDD0'

red 151 ◦ green 253 ◦ blue 208

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

Shades of Magic Mint #97FDD0

Tints of Magic Mint #97FDD0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.34%

 BLUE value IS 208 (81.64% from 255) = 33.99%

R = 24.67%
G = 41.34%
B = 33.99%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#97FDD0 (or 0x97FDD0) is known color: Magic Mint. HEX triplet: 97, FD and D0. RGB value is (151,253,208). Sum of RGB (Red+Green+Blue) = 151+253+208=612 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.67% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #97FDD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FDD0 is #68022F. Grayscale: #D9D9D9. Windows color (decimal): -6816304 or 13696407. OLE color: 13696407.

HSL color Cylindrical-coordinate representation of color #97FDD0: hue angle of 153.53º degrees, saturation: 0.96, 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 #97FDD0 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 151 253 208 -
CMYK 0.40 0 0.18 0.01
HSL 153.53º 0.96% 0.79% -
HSV(B) 153.53º 0.4% 0.99% -
XYZ 59.27 81.38 72.26 -
YUV 217.37 122.71 80.66 -
System Red Green Blue C M Y K H S L
Decimal 151 253 208 0.40 0 0.18 0.01 153.53 0.96 0.79
Hex 97 FD D0 28 0 12 1 9A 60 4F
Octal 227 375 320 50 0 22 1 232 140 117
Binary 10010111 11111101 11010000 101000 0 10010 1 10011010 1100000 1001111

Color Harmonies of #97FDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97FDD0

Black with #97FDD0

Text Example


Text Example

White with #97FDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,253,208); }

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

background-color css

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

 a { background-color: rgb(151,253,208); }

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

border-color css

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

 span { border-color: rgb(151,253,208); }

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