Html Css Color HEX #9CE9CF Magic Mint

📋 copy color: '#9CE9CF'

red 156 ◦ green 233 ◦ blue 207

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

Shades of Magic Mint #9CE9CF

Tints of Magic Mint #9CE9CF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.09%

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

R = 26.17%
G = 39.09%
B = 34.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#9CE9CF (or 0x9CE9CF) is known color: Magic Mint. HEX triplet: 9C, E9 and CF. RGB value is (156,233,207). Sum of RGB (Red+Green+Blue) = 156+233+207=596 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.17% from 596); Green value is 233 (91.41% from 255 or 39.09% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 233 - color contains mainly: green. Hex color #9CE9CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CE9CF is #631630. Grayscale: #CFCFCF. Windows color (decimal): -6493745 or 13625756. OLE color: 13625756.

HSL color Cylindrical-coordinate representation of color #9CE9CF: hue angle of 159.74º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CE9CF is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 156 233 207 -
CMYK 0.33 0 0.11 0.09
HSL 159.74º 0.64% 0.76% -
HSV(B) 159.74º 0.33% 0.91% -
XYZ 54.11 69.85 69.66 -
YUV 207.01 127.99 91.61 -
System Red Green Blue C M Y K H S L
Decimal 156 233 207 0.33 0 0.11 0.09 159.74 0.64 0.76
Hex 9C E9 CF 21 0 B 9 A0 40 4C
Octal 234 351 317 41 0 13 11 240 100 114
Binary 10011100 11101001 11001111 100001 0 1011 1001 10100000 1000000 1001100

Color Harmonies of #9CE9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE9CF

Black with #9CE9CF

Text Example


Text Example

White with #9CE9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,233,207); }

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

background-color css

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

 a { background-color: rgb(156,233,207); }

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

border-color css

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

 span { border-color: rgb(156,233,207); }

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