Html Css Color HEX #9BF3C0 Magic Mint

📋 copy color: '#9BF3C0'

red 155 ◦ green 243 ◦ blue 192

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

Shades of Magic Mint #9BF3C0

Tints of Magic Mint #9BF3C0

RGB

 RED value IS 155 (60.94% from 255) = 26.27%

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

 BLUE value IS 192 (75.39% from 255) = 32.54%

R = 26.27%
G = 41.19%
B = 32.54%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#9BF3C0 (or 0x9BF3C0) is known color: Magic Mint. HEX triplet: 9B, F3 and C0. RGB value is (155,243,192). Sum of RGB (Red+Green+Blue) = 155+243+192=590 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.27% from 590); Green value is 243 (95.31% from 255 or 41.19% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 243 - color contains mainly: green. Hex color #9BF3C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF3C0 is #640C3F. Grayscale: #D2D2D2. Windows color (decimal): -6556736 or 12645275. OLE color: 12645275.

HSL color Cylindrical-coordinate representation of color #9BF3C0: hue angle of 145.23º degrees, saturation: 0.79, 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 #9BF3C0 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 243 192 -
CMYK 0.36 0 0.21 0.05
HSL 145.23º 0.79% 0.78% -
HSV(B) 145.23º 0.36% 0.95% -
XYZ 55.08 74.88 61.42 -
YUV 210.87 117.35 88.15 -
System Red Green Blue C M Y K H S L
Decimal 155 243 192 0.36 0 0.21 0.05 145.23 0.79 0.78
Hex 9B F3 C0 24 0 15 5 91 4F 4E
Octal 233 363 300 44 0 25 5 221 117 116
Binary 10011011 11110011 11000000 100100 0 10101 101 10010001 1001111 1001110

Color Harmonies of #9BF3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF3C0

Black with #9BF3C0

Text Example


Text Example

White with #9BF3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,243,192); }

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

background-color css

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

 a { background-color: rgb(155,243,192); }

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

border-color css

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

 span { border-color: rgb(155,243,192); }

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