Html Css Color HEX #9BEACC Magic Mint

📋 copy color: '#9BEACC'

red 155 ◦ green 234 ◦ blue 204

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

Shades of Magic Mint #9BEACC

Tints of Magic Mint #9BEACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.4%

R = 26.14%
G = 39.46%
B = 34.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#9BEACC (or 0x9BEACC) is known color: Magic Mint. HEX triplet: 9B, EA and CC. RGB value is (155,234,204). Sum of RGB (Red+Green+Blue) = 155+234+204=593 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.14% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEACC is #641533. Grayscale: #CFCFCF. Windows color (decimal): -6559028 or 13429403. OLE color: 13429403.

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

Color convert

RGB 155 234 204 -
CMYK 0.34 0 0.13 0.08
HSL 157.22º 0.65% 0.76% -
HSV(B) 157.22º 0.34% 0.92% -
XYZ 53.84 70.17 67.83 -
YUV 206.96 126.33 90.94 -
System Red Green Blue C M Y K H S L
Decimal 155 234 204 0.34 0 0.13 0.08 157.22 0.65 0.76
Hex 9B EA CC 22 0 D 8 9D 41 4C
Octal 233 352 314 42 0 15 10 235 101 114
Binary 10011011 11101010 11001100 100010 0 1101 1000 10011101 1000001 1001100

Color Harmonies of #9BEACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BEACC

Black with #9BEACC

Text Example


Text Example

White with #9BEACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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