Html Css Color HEX #9AFEBC Magic Mint

📋 copy color: '#9AFEBC'

red 154 ◦ green 254 ◦ blue 188

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

Shades of Magic Mint #9AFEBC

Tints of Magic Mint #9AFEBC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.62%

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

R = 25.84%
G = 42.62%
B = 31.54%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#9AFEBC (or 0x9AFEBC) is known color: Magic Mint. HEX triplet: 9A, FE and BC. RGB value is (154,254,188). Sum of RGB (Red+Green+Blue) = 154+254+188=596 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.84% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #9AFEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFEBC is #650143. Grayscale: #D8D8D8. Windows color (decimal): -6619460 or 12385946. OLE color: 12385946.

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

Color convert

RGB 154 254 188 -
CMYK 0.39 0 0.26 0.00
HSL 140.4º 0.98% 0.8% -
HSV(B) 140.4º 0.39% 1% -
XYZ 57.85 81.38 60.24 -
YUV 216.58 111.87 83.37 -
System Red Green Blue C M Y K H S L
Decimal 154 254 188 0.39 0 0.26 0.00 140.4 0.98 0.8
Hex 9A FE BC 27 0 1A 0 8C 62 50
Octal 232 376 274 47 0 32 0 214 142 120
Binary 10011010 11111110 10111100 100111 0 11010 0 10001100 1100010 1010000

Color Harmonies of #9AFEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFEBC

Black with #9AFEBC

Text Example


Text Example

White with #9AFEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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