Html Css Color HEX #9DECC3 Magic Mint

📋 copy color: '#9DECC3'

red 157 ◦ green 236 ◦ blue 195

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

Shades of Magic Mint #9DECC3

Tints of Magic Mint #9DECC3

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.14%

 BLUE value IS 195 (76.56% from 255) = 33.16%

R = 26.7%
G = 40.14%
B = 33.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#9DECC3 (or 0x9DECC3) is known color: Magic Mint. HEX triplet: 9D, EC and C3. RGB value is (157,236,195). Sum of RGB (Red+Green+Blue) = 157+236+195=588 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.70% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 195 (76.56% from 255 or 33.16% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DECC3 is #62133C. Grayscale: #CFCFCF. Windows color (decimal): -6427453 or 12840093. OLE color: 12840093.

HSL color Cylindrical-coordinate representation of color #9DECC3: hue angle of 148.86º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DECC3 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 236 195 -
CMYK 0.33 0 0.17 0.07
HSL 148.86º 0.68% 0.77% -
HSV(B) 148.86º 0.33% 0.93% -
XYZ 53.75 71.1 62.52 -
YUV 207.71 120.83 91.83 -
System Red Green Blue C M Y K H S L
Decimal 157 236 195 0.33 0 0.17 0.07 148.86 0.68 0.77
Hex 9D EC C3 21 0 11 7 95 44 4D
Octal 235 354 303 41 0 21 7 225 104 115
Binary 10011101 11101100 11000011 100001 0 10001 111 10010101 1000100 1001101

Color Harmonies of #9DECC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DECC3

Black with #9DECC3

Text Example


Text Example

White with #9DECC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,236,195); }

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

background-color css

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

 a { background-color: rgb(157,236,195); }

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

border-color css

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

 span { border-color: rgb(157,236,195); }

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