Html Css Color HEX #9BFFCC Magic Mint

📋 copy color: '#9BFFCC'

red 155 ◦ green 255 ◦ blue 204

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

Shades of Magic Mint #9BFFCC

Tints of Magic Mint #9BFFCC

RGB

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

 GREEN value IS 255 (100% from 255) = 41.53%

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

R = 25.24%
G = 41.53%
B = 33.22%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#9BFFCC (or 0x9BFFCC) is known color: Magic Mint. HEX triplet: 9B, FF and CC. RGB value is (155,255,204). Sum of RGB (Red+Green+Blue) = 155+255+204=614 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.24% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFFCC is #640033. Grayscale: #DBDBDB. Windows color (decimal): -6553652 or 13434779. OLE color: 13434779.

HSL color Cylindrical-coordinate representation of color #9BFFCC: hue angle of 149.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFFCC is Cyan = 0.39, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 155 255 204 -
CMYK 0.39 0 0.2 0
HSL 149.4º 1% 0.8% -
HSV(B) 149.4º 0.39% 1% -
XYZ 60.18 82.85 69.95 -
YUV 219.29 119.37 82.15 -
System Red Green Blue C M Y K H S L
Decimal 155 255 204 0.39 0 0.2 0 149.4 1 0.8
Hex 9B FF CC 27 0 14 0 95 64 50
Octal 233 377 314 47 0 24 0 225 144 120
Binary 10011011 11111111 11001100 100111 0 10100 0 10010101 1100100 1010000

Color Harmonies of #9BFFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFFCC

Black with #9BFFCC

Text Example


Text Example

White with #9BFFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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