Html Css Color HEX #9BEAC0 Magic Mint

📋 copy color: '#9BEAC0'

red 155 ◦ green 234 ◦ blue 192

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

Shades of Magic Mint #9BEAC0

Tints of Magic Mint #9BEAC0

RGB

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

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

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

R = 26.68%
G = 40.28%
B = 33.05%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#9BEAC0 (or 0x9BEAC0) is known color: Magic Mint. HEX triplet: 9B, EA and C0. RGB value is (155,234,192). Sum of RGB (Red+Green+Blue) = 155+234+192=581 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.68% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEAC0 is #64153F. Grayscale: #CDCDCD. Windows color (decimal): -6559040 or 12642971. OLE color: 12642971.

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

Color convert

RGB 155 234 192 -
CMYK 0.34 0 0.18 0.08
HSL 148.1º 0.65% 0.76% -
HSV(B) 148.1º 0.34% 0.92% -
XYZ 52.45 69.62 60.54 -
YUV 205.59 120.33 91.92 -
System Red Green Blue C M Y K H S L
Decimal 155 234 192 0.34 0 0.18 0.08 148.1 0.65 0.76
Hex 9B EA C0 22 0 12 8 94 41 4C
Octal 233 352 300 42 0 22 10 224 101 114
Binary 10011011 11101010 11000000 100010 0 10010 1000 10010100 1000001 1001100

Color Harmonies of #9BEAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEAC0

Black with #9BEAC0

Text Example


Text Example

White with #9BEAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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