Html Css Color HEX #9AFCBD Magic Mint

📋 copy color: '#9AFCBD'

red 154 ◦ green 252 ◦ blue 189

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

Shades of Magic Mint #9AFCBD

Tints of Magic Mint #9AFCBD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.35%

 BLUE value IS 189 (74.22% from 255) = 31.76%

R = 25.88%
G = 42.35%
B = 31.76%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#9AFCBD (or 0x9AFCBD) is known color: Magic Mint. HEX triplet: 9A, FC and BD. RGB value is (154,252,189). Sum of RGB (Red+Green+Blue) = 154+252+189=595 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.88% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFCBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFCBD is #650342. Grayscale: #D7D7D7. Windows color (decimal): -6619971 or 12450970. OLE color: 12450970.

HSL color Cylindrical-coordinate representation of color #9AFCBD: hue angle of 141.43º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFCBD is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 252 189 -
CMYK 0.39 0 0.25 0.01
HSL 141.43º 0.94% 0.8% -
HSV(B) 141.43º 0.39% 0.99% -
XYZ 57.32 80.16 60.6 -
YUV 215.52 113.03 84.12 -
System Red Green Blue C M Y K H S L
Decimal 154 252 189 0.39 0 0.25 0.01 141.43 0.94 0.8
Hex 9A FC BD 27 0 19 1 8D 5E 50
Octal 232 374 275 47 0 31 1 215 136 120
Binary 10011010 11111100 10111101 100111 0 11001 1 10001101 1011110 1010000

Color Harmonies of #9AFCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFCBD

Black with #9AFCBD

Text Example


Text Example

White with #9AFCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,252,189); }

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

background-color css

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

 a { background-color: rgb(154,252,189); }

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

border-color css

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

 span { border-color: rgb(154,252,189); }

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