Html Css Color HEX #9BEAC6 Magic Mint

📋 copy color: '#9BEAC6'

red 155 ◦ green 234 ◦ blue 198

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

Shades of Magic Mint #9BEAC6

Tints of Magic Mint #9BEAC6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.86%

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

R = 26.41%
G = 39.86%
B = 33.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#9BEAC6 (or 0x9BEAC6) is known color: Magic Mint. HEX triplet: 9B, EA and C6. RGB value is (155,234,198). Sum of RGB (Red+Green+Blue) = 155+234+198=587 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.41% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 198 (77.73% from 255 or 33.73% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEAC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEAC6 is #641539. Grayscale: #CECECE. Windows color (decimal): -6559034 or 13036187. OLE color: 13036187.

HSL color Cylindrical-coordinate representation of color #9BEAC6: hue angle of 152.66º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEAC6 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 234 198 -
CMYK 0.34 0 0.15 0.08
HSL 152.66º 0.65% 0.76% -
HSV(B) 152.66º 0.34% 0.92% -
XYZ 53.13 69.89 64.12 -
YUV 206.28 123.33 91.43 -
System Red Green Blue C M Y K H S L
Decimal 155 234 198 0.34 0 0.15 0.08 152.66 0.65 0.76
Hex 9B EA C6 22 0 F 8 99 41 4C
Octal 233 352 306 42 0 17 10 231 101 114
Binary 10011011 11101010 11000110 100010 0 1111 1000 10011001 1000001 1001100

Color Harmonies of #9BEAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEAC6

Black with #9BEAC6

Text Example


Text Example

White with #9BEAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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