Html Css Color HEX #9AFEBA Magic Mint

📋 copy color: '#9AFEBA'

red 154 ◦ green 254 ◦ blue 186

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

Shades of Magic Mint #9AFEBA

Tints of Magic Mint #9AFEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.31%

R = 25.93%
G = 42.76%
B = 31.31%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#9AFEBA (or 0x9AFEBA) is known color: Magic Mint. HEX triplet: 9A, FE and BA. RGB value is (154,254,186). Sum of RGB (Red+Green+Blue) = 154+254+186=594 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.93% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #9AFEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFEBA is #650145. Grayscale: #D8D8D8. Windows color (decimal): -6619462 or 12254874. OLE color: 12254874.

HSL color Cylindrical-coordinate representation of color #9AFEBA: hue angle of 139.2º 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 #9AFEBA is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 154 254 186 -
CMYK 0.39 0 0.27 0.00
HSL 139.2º 0.98% 0.8% -
HSV(B) 139.2º 0.39% 1% -
XYZ 57.63 81.3 59.11 -
YUV 216.35 110.87 83.53 -
System Red Green Blue C M Y K H S L
Decimal 154 254 186 0.39 0 0.27 0.00 139.2 0.98 0.8
Hex 9A FE BA 27 0 1B 0 8B 62 50
Octal 232 376 272 47 0 33 0 213 142 120
Binary 10011010 11111110 10111010 100111 0 11011 0 10001011 1100010 1010000

Color Harmonies of #9AFEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFEBA

Black with #9AFEBA

Text Example


Text Example

White with #9AFEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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