Html Css Color HEX #9CF0CE Magic Mint

📋 copy color: '#9CF0CE'

red 156 ◦ green 240 ◦ blue 206

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

Shades of Magic Mint #9CF0CE

Tints of Magic Mint #9CF0CE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.87%

 BLUE value IS 206 (80.86% from 255) = 34.22%

R = 25.91%
G = 39.87%
B = 34.22%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#9CF0CE (or 0x9CF0CE) is known color: Magic Mint. HEX triplet: 9C, F0 and CE. RGB value is (156,240,206). Sum of RGB (Red+Green+Blue) = 156+240+206=602 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.91% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF0CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF0CE is #630F31. Grayscale: #D3D3D3. Windows color (decimal): -6491954 or 13562012. OLE color: 13562012.

HSL color Cylindrical-coordinate representation of color #9CF0CE: hue angle of 155.71º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CF0CE is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 156 240 206 -
CMYK 0.35 0 0.14 0.06
HSL 155.71º 0.74% 0.78% -
HSV(B) 155.71º 0.35% 0.94% -
XYZ 56.01 73.84 69.69 -
YUV 211.01 125.17 88.76 -
System Red Green Blue C M Y K H S L
Decimal 156 240 206 0.35 0 0.14 0.06 155.71 0.74 0.78
Hex 9C F0 CE 23 0 E 6 9C 4A 4E
Octal 234 360 316 43 0 16 6 234 112 116
Binary 10011100 11110000 11001110 100011 0 1110 110 10011100 1001010 1001110

Color Harmonies of #9CF0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF0CE

Black with #9CF0CE

Text Example


Text Example

White with #9CF0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,240,206); }

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

background-color css

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

 a { background-color: rgb(156,240,206); }

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

border-color css

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

 span { border-color: rgb(156,240,206); }

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