Html Css Color HEX #9BEACE Magic Mint

📋 copy color: '#9BEACE'

red 155 ◦ green 234 ◦ blue 206

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

Shades of Magic Mint #9BEACE

Tints of Magic Mint #9BEACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.62%

R = 26.05%
G = 39.33%
B = 34.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#9BEACE (or 0x9BEACE) is known color: Magic Mint. HEX triplet: 9B, EA and CE. RGB value is (155,234,206). Sum of RGB (Red+Green+Blue) = 155+234+206=595 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.05% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEACE is #641531. Grayscale: #CFCFCF. Windows color (decimal): -6559026 or 13560475. OLE color: 13560475.

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

Color convert

RGB 155 234 206 -
CMYK 0.34 0 0.12 0.08
HSL 158.73º 0.65% 0.76% -
HSV(B) 158.73º 0.34% 0.92% -
XYZ 54.08 70.27 69.11 -
YUV 207.19 127.33 90.78 -
System Red Green Blue C M Y K H S L
Decimal 155 234 206 0.34 0 0.12 0.08 158.73 0.65 0.76
Hex 9B EA CE 22 0 C 8 9F 41 4C
Octal 233 352 316 42 0 14 10 237 101 114
Binary 10011011 11101010 11001110 100010 0 1100 1000 10011111 1000001 1001100

Color Harmonies of #9BEACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEACE

Black with #9BEACE

Text Example


Text Example

White with #9BEACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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