Html Css Color HEX #9CEBC2 Magic Mint

📋 copy color: '#9CEBC2'

red 156 ◦ green 235 ◦ blue 194

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

Shades of Magic Mint #9CEBC2

Tints of Magic Mint #9CEBC2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.17%

 BLUE value IS 194 (76.17% from 255) = 33.16%

R = 26.67%
G = 40.17%
B = 33.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#9CEBC2 (or 0x9CEBC2) is known color: Magic Mint. HEX triplet: 9C, EB and C2. RGB value is (156,235,194). Sum of RGB (Red+Green+Blue) = 156+235+194=585 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.67% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #9CEBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEBC2 is #63143D. Grayscale: #CECECE. Windows color (decimal): -6493246 or 12774300. OLE color: 12774300.

HSL color Cylindrical-coordinate representation of color #9CEBC2: hue angle of 148.86º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CEBC2 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 235 194 -
CMYK 0.34 0 0.17 0.08
HSL 148.86º 0.66% 0.77% -
HSV(B) 148.86º 0.34% 0.92% -
XYZ 53.16 70.38 61.82 -
YUV 206.71 120.83 91.83 -
System Red Green Blue C M Y K H S L
Decimal 156 235 194 0.34 0 0.17 0.08 148.86 0.66 0.77
Hex 9C EB C2 22 0 11 8 95 42 4D
Octal 234 353 302 42 0 21 10 225 102 115
Binary 10011100 11101011 11000010 100010 0 10001 1000 10010101 1000010 1001101

Color Harmonies of #9CEBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CEBC2

Black with #9CEBC2

Text Example


Text Example

White with #9CEBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,235,194); }

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

background-color css

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

 a { background-color: rgb(156,235,194); }

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

border-color css

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

 span { border-color: rgb(156,235,194); }

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