Html Css Color HEX #9AFFBC Magic Mint

📋 copy color: '#9AFFBC'

red 154 ◦ green 255 ◦ blue 188

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

Shades of Magic Mint #9AFFBC

Tints of Magic Mint #9AFFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.49%

R = 25.8%
G = 42.71%
B = 31.49%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#9AFFBC (or 0x9AFFBC) is known color: Magic Mint. HEX triplet: 9A, FF and BC. RGB value is (154,255,188). Sum of RGB (Red+Green+Blue) = 154+255+188=597 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.80% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFFBC is #650043. Grayscale: #D9D9D9. Windows color (decimal): -6619204 or 12386202. OLE color: 12386202.

HSL color Cylindrical-coordinate representation of color #9AFFBC: hue angle of 140.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AFFBC is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB 154 255 188 -
CMYK 0.40 0 0.26 0
HSL 140.2º 1% 0.8% -
HSV(B) 140.2º 0.4% 1% -
XYZ 58.16 82.02 60.34 -
YUV 217.16 111.54 82.95 -
System Red Green Blue C M Y K H S L
Decimal 154 255 188 0.40 0 0.26 0 140.2 1 0.8
Hex 9A FF BC 28 0 1A 0 8C 64 50
Octal 232 377 274 50 0 32 0 214 144 120
Binary 10011010 11111111 10111100 101000 0 11010 0 10001100 1100100 1010000

Color Harmonies of #9AFFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFFBC

Black with #9AFFBC

Text Example


Text Example

White with #9AFFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,255,188); }

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

background-color css

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

 a { background-color: rgb(154,255,188); }

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

border-color css

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

 span { border-color: rgb(154,255,188); }

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