Html Css Color HEX #9AFEBE Magic Mint

📋 copy color: '#9AFEBE'

red 154 ◦ green 254 ◦ blue 190

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

Shades of Magic Mint #9AFEBE

Tints of Magic Mint #9AFEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.77%

R = 25.75%
G = 42.47%
B = 31.77%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#9AFEBE (or 0x9AFEBE) is known color: Magic Mint. HEX triplet: 9A, FE and BE. RGB value is (154,254,190). Sum of RGB (Red+Green+Blue) = 154+254+190=598 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.75% from 598); Green value is 254 (99.61% from 255 or 42.47% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 254 - color contains mainly: green. Hex color #9AFEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFEBE is #650141. Grayscale: #D8D8D8. Windows color (decimal): -6619458 or 12517018. OLE color: 12517018.

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

Color convert

RGB 154 254 190 -
CMYK 0.39 0 0.25 0.00
HSL 141.6º 0.98% 0.8% -
HSV(B) 141.6º 0.39% 1% -
XYZ 58.06 81.47 61.38 -
YUV 216.8 112.87 83.2 -
System Red Green Blue C M Y K H S L
Decimal 154 254 190 0.39 0 0.25 0.00 141.6 0.98 0.8
Hex 9A FE BE 27 0 19 0 8E 62 50
Octal 232 376 276 47 0 31 0 216 142 120
Binary 10011010 11111110 10111110 100111 0 11001 0 10001110 1100010 1010000

Color Harmonies of #9AFEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFEBE

Black with #9AFEBE

Text Example


Text Example

White with #9AFEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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