Html Css Color HEX #97FFCB Magic Mint

📋 copy color: '#97FFCB'

red 151 ◦ green 255 ◦ blue 203

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

Shades of Magic Mint #97FFCB

Tints of Magic Mint #97FFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.33%

R = 24.79%
G = 41.87%
B = 33.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#97FFCB (or 0x97FFCB) is known color: Magic Mint. HEX triplet: 97, FF and CB. RGB value is (151,255,203). Sum of RGB (Red+Green+Blue) = 151+255+203=609 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.79% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #97FFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FFCB is #680034. Grayscale: #DADADA. Windows color (decimal): -6815797 or 13369239. OLE color: 13369239.

HSL color Cylindrical-coordinate representation of color #97FFCB: hue angle of 150º 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 #97FFCB is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 151 255 203 -
CMYK 0.41 0 0.20 0
HSL 150º 1% 0.8% -
HSV(B) 150º 0.41% 1% -
XYZ 59.3 82.41 69.28 -
YUV 217.98 119.54 80.23 -
System Red Green Blue C M Y K H S L
Decimal 151 255 203 0.41 0 0.20 0 150 1 0.8
Hex 97 FF CB 29 0 14 0 96 64 50
Octal 227 377 313 51 0 24 0 226 144 120
Binary 10010111 11111111 11001011 101001 0 10100 0 10010110 1100100 1010000

Color Harmonies of #97FFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97FFCB

Black with #97FFCB

Text Example


Text Example

White with #97FFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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