Html Css Color HEX #9CF2BB Magic Mint

📋 copy color: '#9CF2BB'

red 156 ◦ green 242 ◦ blue 187

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

Shades of Magic Mint #9CF2BB

Tints of Magic Mint #9CF2BB

RGB

 RED value IS 156 (61.33% from 255) = 26.67%

 GREEN value IS 242 (94.92% from 255) = 41.37%

 BLUE value IS 187 (73.44% from 255) = 31.97%

R = 26.67%
G = 41.37%
B = 31.97%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#9CF2BB (or 0x9CF2BB) is known color: Magic Mint. HEX triplet: 9C, F2 and BB. RGB value is (156,242,187). Sum of RGB (Red+Green+Blue) = 156+242+187=585 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.67% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #9CF2BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF2BB is #630D44. Grayscale: #D2D2D2. Windows color (decimal): -6491461 or 12317340. OLE color: 12317340.

HSL color Cylindrical-coordinate representation of color #9CF2BB: hue angle of 141.63º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CF2BB is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 156 242 187 -
CMYK 0.36 0 0.23 0.05
HSL 141.63º 0.77% 0.78% -
HSV(B) 141.63º 0.36% 0.95% -
XYZ 54.43 74.16 58.46 -
YUV 210.02 115.01 89.47 -
System Red Green Blue C M Y K H S L
Decimal 156 242 187 0.36 0 0.23 0.05 141.63 0.77 0.78
Hex 9C F2 BB 24 0 17 5 8E 4D 4E
Octal 234 362 273 44 0 27 5 216 115 116
Binary 10011100 11110010 10111011 100100 0 10111 101 10001110 1001101 1001110

Color Harmonies of #9CF2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF2BB

Black with #9CF2BB

Text Example


Text Example

White with #9CF2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,242,187); }

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

background-color css

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

 a { background-color: rgb(156,242,187); }

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

border-color css

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

 span { border-color: rgb(156,242,187); }

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