Html Css Color HEX #9CF1DB Magic Mint

📋 copy color: '#9CF1DB'

red 156 ◦ green 241 ◦ blue 219

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

Shades of Magic Mint #9CF1DB

Tints of Magic Mint #9CF1DB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.12%

 BLUE value IS 219 (85.94% from 255) = 35.55%

R = 25.32%
G = 39.12%
B = 35.55%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#9CF1DB (or 0x9CF1DB) is known color: Magic Mint. HEX triplet: 9C, F1 and DB. RGB value is (156,241,219). Sum of RGB (Red+Green+Blue) = 156+241+219=616 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.32% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 241 - color contains mainly: green. Hex color #9CF1DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF1DB is #630E24. Grayscale: #D5D5D5. Windows color (decimal): -6491685 or 14414236. OLE color: 14414236.

HSL color Cylindrical-coordinate representation of color #9CF1DB: hue angle of 164.47º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CF1DB is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 156 241 219 -
CMYK 0.35 0 0.09 0.05
HSL 164.47º 0.75% 0.78% -
HSV(B) 164.47º 0.35% 0.95% -
XYZ 57.95 75.09 78.46 -
YUV 213.08 131.34 87.29 -
System Red Green Blue C M Y K H S L
Decimal 156 241 219 0.35 0 0.09 0.05 164.47 0.75 0.78
Hex 9C F1 DB 23 0 9 5 A4 4B 4E
Octal 234 361 333 43 0 11 5 244 113 116
Binary 10011100 11110001 11011011 100011 0 1001 101 10100100 1001011 1001110

Color Harmonies of #9CF1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF1DB

Black with #9CF1DB

Text Example


Text Example

White with #9CF1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,241,219); }

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

background-color css

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

 a { background-color: rgb(156,241,219); }

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

border-color css

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

 span { border-color: rgb(156,241,219); }

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