Html Css Color HEX #9CFDCF Magic Mint

📋 copy color: '#9CFDCF'

red 156 ◦ green 253 ◦ blue 207

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

Shades of Magic Mint #9CFDCF

Tints of Magic Mint #9CFDCF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.07%

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

R = 25.32%
G = 41.07%
B = 33.6%

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

#9CFDCF (or 0x9CFDCF) is known color: Magic Mint. HEX triplet: 9C, FD and CF. RGB value is (156,253,207). Sum of RGB (Red+Green+Blue) = 156+253+207=616 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.32% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFDCF is #630230. Grayscale: #DADADA. Windows color (decimal): -6488625 or 13630876. OLE color: 13630876.

HSL color Cylindrical-coordinate representation of color #9CFDCF: hue angle of 151.55º degrees, saturation: 0.96, 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 #9CFDCF is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 156 253 207 -
CMYK 0.38 0 0.18 0.01
HSL 151.55º 0.96% 0.8% -
HSV(B) 151.55º 0.38% 0.99% -
XYZ 60.1 81.82 71.66 -
YUV 218.75 121.36 83.24 -
System Red Green Blue C M Y K H S L
Decimal 156 253 207 0.38 0 0.18 0.01 151.55 0.96 0.8
Hex 9C FD CF 26 0 12 1 98 60 50
Octal 234 375 317 46 0 22 1 230 140 120
Binary 10011100 11111101 11001111 100110 0 10010 1 10011000 1100000 1010000

Color Harmonies of #9CFDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFDCF

Black with #9CFDCF

Text Example


Text Example

White with #9CFDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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