Html Css Color HEX #9AFAB9 Magic Mint

📋 copy color: '#9AFAB9'

red 154 ◦ green 250 ◦ blue 185

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

Shades of Magic Mint #9AFAB9

Tints of Magic Mint #9AFAB9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.44%

 BLUE value IS 185 (72.66% from 255) = 31.41%

R = 26.15%
G = 42.44%
B = 31.41%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#9AFAB9 (or 0x9AFAB9) is known color: Magic Mint. HEX triplet: 9A, FA and B9. RGB value is (154,250,185). Sum of RGB (Red+Green+Blue) = 154+250+185=589 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.15% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFAB9 is #650546. Grayscale: #D6D6D6. Windows color (decimal): -6620487 or 12188314. OLE color: 12188314.

HSL color Cylindrical-coordinate representation of color #9AFAB9: hue angle of 139.38º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AFAB9 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 250 185 -
CMYK 0.38 0 0.26 0.02
HSL 139.38º 0.91% 0.79% -
HSV(B) 139.38º 0.38% 0.98% -
XYZ 56.27 78.74 58.13 -
YUV 213.89 111.7 85.29 -
System Red Green Blue C M Y K H S L
Decimal 154 250 185 0.38 0 0.26 0.02 139.38 0.91 0.79
Hex 9A FA B9 26 0 1A 2 8B 5B 4F
Octal 232 372 271 46 0 32 2 213 133 117
Binary 10011010 11111010 10111001 100110 0 11010 10 10001011 1011011 1001111

Color Harmonies of #9AFAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFAB9

Black with #9AFAB9

Text Example


Text Example

White with #9AFAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,250,185); }

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

background-color css

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

 a { background-color: rgb(154,250,185); }

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

border-color css

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

 span { border-color: rgb(154,250,185); }

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