Html Css Color HEX #9DF3BA Magic Mint

📋 copy color: '#9DF3BA'

red 157 ◦ green 243 ◦ blue 186

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

Shades of Magic Mint #9DF3BA

Tints of Magic Mint #9DF3BA

RGB

 RED value IS 157 (61.72% from 255) = 26.79%

 GREEN value IS 243 (95.31% from 255) = 41.47%

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

R = 26.79%
G = 41.47%
B = 31.74%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#9DF3BA (or 0x9DF3BA) is known color: Magic Mint. HEX triplet: 9D, F3 and BA. RGB value is (157,243,186). Sum of RGB (Red+Green+Blue) = 157+243+186=586 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.79% from 586); Green value is 243 (95.31% from 255 or 41.47% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF3BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF3BA is #620C45. Grayscale: #D2D2D2. Windows color (decimal): -6425670 or 12252061. OLE color: 12252061.

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

Color convert

RGB 157 243 186 -
CMYK 0.35 0 0.23 0.05
HSL 140.23º 0.78% 0.78% -
HSV(B) 140.23º 0.35% 0.95% -
XYZ 54.82 74.81 58.01 -
YUV 210.79 114.01 89.63 -
System Red Green Blue C M Y K H S L
Decimal 157 243 186 0.35 0 0.23 0.05 140.23 0.78 0.78
Hex 9D F3 BA 23 0 17 5 8C 4E 4E
Octal 235 363 272 43 0 27 5 214 116 116
Binary 10011101 11110011 10111010 100011 0 10111 101 10001100 1001110 1001110

Color Harmonies of #9DF3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF3BA

Black with #9DF3BA

Text Example


Text Example

White with #9DF3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,243,186); }

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

background-color css

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

 a { background-color: rgb(157,243,186); }

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

border-color css

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

 span { border-color: rgb(157,243,186); }

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