Html Css Color HEX #9CF3CF Magic Mint

📋 copy color: '#9CF3CF'

red 156 ◦ green 243 ◦ blue 207

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

Shades of Magic Mint #9CF3CF

Tints of Magic Mint #9CF3CF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.1%

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

R = 25.74%
G = 40.1%
B = 34.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#9CF3CF (or 0x9CF3CF) is known color: Magic Mint. HEX triplet: 9C, F3 and CF. RGB value is (156,243,207). Sum of RGB (Red+Green+Blue) = 156+243+207=606 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.74% from 606); Green value is 243 (95.31% from 255 or 40.10% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 243 - color contains mainly: green. Hex color #9CF3CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF3CF is #630C30. Grayscale: #D4D4D4. Windows color (decimal): -6491185 or 13628316. OLE color: 13628316.

HSL color Cylindrical-coordinate representation of color #9CF3CF: hue angle of 155.17º degrees, saturation: 0.78, 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 #9CF3CF is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 156 243 207 -
CMYK 0.36 0 0.15 0.05
HSL 155.17º 0.78% 0.78% -
HSV(B) 155.17º 0.36% 0.95% -
XYZ 57.02 75.67 70.63 -
YUV 212.88 124.68 87.43 -
System Red Green Blue C M Y K H S L
Decimal 156 243 207 0.36 0 0.15 0.05 155.17 0.78 0.78
Hex 9C F3 CF 24 0 F 5 9B 4E 4E
Octal 234 363 317 44 0 17 5 233 116 116
Binary 10011100 11110011 11001111 100100 0 1111 101 10011011 1001110 1001110

Color Harmonies of #9CF3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF3CF

Black with #9CF3CF

Text Example


Text Example

White with #9CF3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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