Html Css Color HEX #9AF2BD Magic Mint

📋 copy color: '#9AF2BD'

red 154 ◦ green 242 ◦ blue 189

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

Shades of Magic Mint #9AF2BD

Tints of Magic Mint #9AF2BD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.37%

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

R = 26.32%
G = 41.37%
B = 32.31%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#9AF2BD (or 0x9AF2BD) is known color: Magic Mint. HEX triplet: 9A, F2 and BD. RGB value is (154,242,189). Sum of RGB (Red+Green+Blue) = 154+242+189=585 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.32% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF2BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF2BD is #650D42. Grayscale: #D1D1D1. Windows color (decimal): -6622531 or 12448410. OLE color: 12448410.

HSL color Cylindrical-coordinate representation of color #9AF2BD: hue angle of 143.86º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AF2BD is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 154 242 189 -
CMYK 0.36 0 0.22 0.05
HSL 143.86º 0.77% 0.78% -
HSV(B) 143.86º 0.36% 0.95% -
XYZ 54.26 74.05 59.58 -
YUV 209.65 116.35 88.31 -
System Red Green Blue C M Y K H S L
Decimal 154 242 189 0.36 0 0.22 0.05 143.86 0.77 0.78
Hex 9A F2 BD 24 0 16 5 90 4D 4E
Octal 232 362 275 44 0 26 5 220 115 116
Binary 10011010 11110010 10111101 100100 0 10110 101 10010000 1001101 1001110

Color Harmonies of #9AF2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF2BD

Black with #9AF2BD

Text Example


Text Example

White with #9AF2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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