Html Css Color HEX #9BFCCF Magic Mint

📋 copy color: '#9BFCCF'

red 155 ◦ green 252 ◦ blue 207

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

Shades of Magic Mint #9BFCCF

Tints of Magic Mint #9BFCCF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.04%

 BLUE value IS 207 (81.25% from 255) = 33.71%

R = 25.24%
G = 41.04%
B = 33.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#9BFCCF (or 0x9BFCCF) is known color: Magic Mint. HEX triplet: 9B, FC and CF. RGB value is (155,252,207). Sum of RGB (Red+Green+Blue) = 155+252+207=614 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.24% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFCCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFCCF is #640330. Grayscale: #D9D9D9. Windows color (decimal): -6554417 or 13630619. OLE color: 13630619.

HSL color Cylindrical-coordinate representation of color #9BFCCF: hue angle of 152.16º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFCCF is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 155 252 207 -
CMYK 0.38 0 0.18 0.01
HSL 152.16º 0.94% 0.8% -
HSV(B) 152.16º 0.38% 0.99% -
XYZ 59.59 81.09 71.54 -
YUV 217.87 121.86 83.16 -
System Red Green Blue C M Y K H S L
Decimal 155 252 207 0.38 0 0.18 0.01 152.16 0.94 0.8
Hex 9B FC CF 26 0 12 1 98 5E 50
Octal 233 374 317 46 0 22 1 230 136 120
Binary 10011011 11111100 11001111 100110 0 10010 1 10011000 1011110 1010000

Color Harmonies of #9BFCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFCCF

Black with #9BFCCF

Text Example


Text Example

White with #9BFCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,252,207); }

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

background-color css

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

 a { background-color: rgb(155,252,207); }

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

border-color css

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

 span { border-color: rgb(155,252,207); }

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