Html Css Color HEX #9BF2C6 Magic Mint

📋 copy color: '#9BF2C6'

red 155 ◦ green 242 ◦ blue 198

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

Shades of Magic Mint #9BF2C6

Tints of Magic Mint #9BF2C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.28%

R = 26.05%
G = 40.67%
B = 33.28%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#9BF2C6 (or 0x9BF2C6) is known color: Magic Mint. HEX triplet: 9B, F2 and C6. RGB value is (155,242,198). Sum of RGB (Red+Green+Blue) = 155+242+198=595 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.05% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF2C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF2C6 is #640D39. Grayscale: #D3D3D3. Windows color (decimal): -6556986 or 13038235. OLE color: 13038235.

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

Color convert

RGB 155 242 198 -
CMYK 0.36 0 0.18 0.05
HSL 149.66º 0.77% 0.78% -
HSV(B) 149.66º 0.36% 0.95% -
XYZ 55.46 74.55 64.89 -
YUV 210.97 120.68 88.08 -
System Red Green Blue C M Y K H S L
Decimal 155 242 198 0.36 0 0.18 0.05 149.66 0.77 0.78
Hex 9B F2 C6 24 0 12 5 96 4D 4E
Octal 233 362 306 44 0 22 5 226 115 116
Binary 10011011 11110010 11000110 100100 0 10010 101 10010110 1001101 1001110

Color Harmonies of #9BF2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF2C6

Black with #9BF2C6

Text Example


Text Example

White with #9BF2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,242,198); }

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

background-color css

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

 a { background-color: rgb(155,242,198); }

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

border-color css

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

 span { border-color: rgb(155,242,198); }

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