Html Css Color HEX #9DEACE Magic Mint

📋 copy color: '#9DEACE'

red 157 ◦ green 234 ◦ blue 206

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

Shades of Magic Mint #9DEACE

Tints of Magic Mint #9DEACE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.2%

 BLUE value IS 206 (80.86% from 255) = 34.51%

R = 26.3%
G = 39.2%
B = 34.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#9DEACE (or 0x9DEACE) is known color: Magic Mint. HEX triplet: 9D, EA and CE. RGB value is (157,234,206). Sum of RGB (Red+Green+Blue) = 157+234+206=597 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.30% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEACE is #621531. Grayscale: #CFCFCF. Windows color (decimal): -6427954 or 13560477. OLE color: 13560477.

HSL color Cylindrical-coordinate representation of color #9DEACE: hue angle of 158.18º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEACE is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 234 206 -
CMYK 0.33 0 0.12 0.08
HSL 158.18º 0.65% 0.77% -
HSV(B) 158.18º 0.33% 0.92% -
XYZ 54.47 70.47 69.12 -
YUV 207.79 126.99 91.78 -
System Red Green Blue C M Y K H S L
Decimal 157 234 206 0.33 0 0.12 0.08 158.18 0.65 0.77
Hex 9D EA CE 21 0 C 8 9E 41 4D
Octal 235 352 316 41 0 14 10 236 101 115
Binary 10011101 11101010 11001110 100001 0 1100 1000 10011110 1000001 1001101

Color Harmonies of #9DEACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEACE

Black with #9DEACE

Text Example


Text Example

White with #9DEACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,234,206); }

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

background-color css

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

 a { background-color: rgb(157,234,206); }

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

border-color css

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

 span { border-color: rgb(157,234,206); }

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