Html Css Color HEX #9AF7CB Magic Mint

📋 copy color: '#9AF7CB'

red 154 ◦ green 247 ◦ blue 203

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

Shades of Magic Mint #9AF7CB

Tints of Magic Mint #9AF7CB

RGB

 RED value IS 154 (60.55% from 255) = 25.5%

 GREEN value IS 247 (96.88% from 255) = 40.89%

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

R = 25.5%
G = 40.89%
B = 33.61%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#9AF7CB (or 0x9AF7CB) is known color: Magic Mint. HEX triplet: 9A, F7 and CB. RGB value is (154,247,203). Sum of RGB (Red+Green+Blue) = 154+247+203=604 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.50% from 604); Green value is 247 (96.88% from 255 or 40.89% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 247 - color contains mainly: green. Hex color #9AF7CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF7CB is #650834. Grayscale: #D6D6D6. Windows color (decimal): -6621237 or 13367194. OLE color: 13367194.

HSL color Cylindrical-coordinate representation of color #9AF7CB: hue angle of 151.61º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AF7CB is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 154 247 203 -
CMYK 0.38 0 0.18 0.03
HSL 151.61º 0.85% 0.79% -
HSV(B) 151.61º 0.38% 0.97% -
XYZ 57.37 77.7 68.47 -
YUV 214.18 121.69 85.08 -
System Red Green Blue C M Y K H S L
Decimal 154 247 203 0.38 0 0.18 0.03 151.61 0.85 0.79
Hex 9A F7 CB 26 0 12 3 98 55 4F
Octal 232 367 313 46 0 22 3 230 125 117
Binary 10011010 11110111 11001011 100110 0 10010 11 10011000 1010101 1001111

Color Harmonies of #9AF7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF7CB

Black with #9AF7CB

Text Example


Text Example

White with #9AF7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AF7CB; }

 p { color: rgb(154,247,203); }

 H1.HeaderClassName
 {
   color: #9AF7CB;
 }
 .AnyTagClassName
 {
   color: #9AF7CB;
 }
</style>

background-color css

<style>
 a { background-color: #9AF7CB; }

 a { background-color: rgb(154,247,203); }

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

border-color css

<style>
 span { border-color: #9AF7CB; }

 span { border-color: rgb(154,247,203); }

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