Html Css Color HEX #9DF1CC Magic Mint

📋 copy color: '#9DF1CC'

red 157 ◦ green 241 ◦ blue 204

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

Shades of Magic Mint #9DF1CC

Tints of Magic Mint #9DF1CC

RGB

 RED value IS 157 (61.72% from 255) = 26.08%

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

 BLUE value IS 204 (80.08% from 255) = 33.89%

R = 26.08%
G = 40.03%
B = 33.89%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#9DF1CC (or 0x9DF1CC) is known color: Magic Mint. HEX triplet: 9D, F1 and CC. RGB value is (157,241,204). Sum of RGB (Red+Green+Blue) = 157+241+204=602 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.08% from 602); Green value is 241 (94.53% from 255 or 40.03% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF1CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF1CC is #620E33. Grayscale: #D3D3D3. Windows color (decimal): -6426164 or 13431197. OLE color: 13431197.

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

Color convert

RGB 157 241 204 -
CMYK 0.35 0 0.15 0.05
HSL 153.57º 0.75% 0.78% -
HSV(B) 153.57º 0.35% 0.95% -
XYZ 56.26 74.44 68.53 -
YUV 211.67 123.67 89.01 -
System Red Green Blue C M Y K H S L
Decimal 157 241 204 0.35 0 0.15 0.05 153.57 0.75 0.78
Hex 9D F1 CC 23 0 F 5 9A 4B 4E
Octal 235 361 314 43 0 17 5 232 113 116
Binary 10011101 11110001 11001100 100011 0 1111 101 10011010 1001011 1001110

Color Harmonies of #9DF1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF1CC

Black with #9DF1CC

Text Example


Text Example

White with #9DF1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,241,204); }

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

background-color css

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

 a { background-color: rgb(157,241,204); }

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

border-color css

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

 span { border-color: rgb(157,241,204); }

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