Html Css Color HEX #9BE6C2 Magic Mint

📋 copy color: '#9BE6C2'

red 155 ◦ green 230 ◦ blue 194

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

Shades of Magic Mint #9BE6C2

Tints of Magic Mint #9BE6C2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.72%

 BLUE value IS 194 (76.17% from 255) = 33.51%

R = 26.77%
G = 39.72%
B = 33.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#9BE6C2 (or 0x9BE6C2) is known color: Magic Mint. HEX triplet: 9B, E6 and C2. RGB value is (155,230,194). Sum of RGB (Red+Green+Blue) = 155+230+194=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 230 (90.23% from 255 or 39.72% from 579); Blue value is 194 (76.17% from 255 or 33.51% from 579); Max value from RGB is 230 - color contains mainly: green. Hex color #9BE6C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE6C2 is #64193D. Grayscale: #CBCBCB. Windows color (decimal): -6560062 or 12773019. OLE color: 12773019.

HSL color Cylindrical-coordinate representation of color #9BE6C2: hue angle of 151.2º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE6C2 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 155 230 194 -
CMYK 0.33 0 0.16 0.10
HSL 151.2º 0.6% 0.75% -
HSV(B) 151.2º 0.33% 0.9% -
XYZ 51.55 67.46 61.34 -
YUV 203.47 122.65 93.43 -
System Red Green Blue C M Y K H S L
Decimal 155 230 194 0.33 0 0.16 0.10 151.2 0.6 0.75
Hex 9B E6 C2 21 0 10 A 97 3C 4B
Octal 233 346 302 41 0 20 12 227 74 113
Binary 10011011 11100110 11000010 100001 0 10000 1010 10010111 111100 1001011

Color Harmonies of #9BE6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE6C2

Black with #9BE6C2

Text Example


Text Example

White with #9BE6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,230,194); }

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

background-color css

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

 a { background-color: rgb(155,230,194); }

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

border-color css

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

 span { border-color: rgb(155,230,194); }

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