Html Css Color HEX #9DEAC8 Magic Mint

📋 copy color: '#9DEAC8'

red 157 ◦ green 234 ◦ blue 200

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

Shades of Magic Mint #9DEAC8

Tints of Magic Mint #9DEAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.84%

R = 26.57%
G = 39.59%
B = 33.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#9DEAC8 (or 0x9DEAC8) is known color: Magic Mint. HEX triplet: 9D, EA and C8. RGB value is (157,234,200). Sum of RGB (Red+Green+Blue) = 157+234+200=591 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.57% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 200 (78.52% from 255 or 33.84% from 591); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEAC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEAC8 is #621537. Grayscale: #CFCFCF. Windows color (decimal): -6427960 or 13167261. OLE color: 13167261.

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

Color convert

RGB 157 234 200 -
CMYK 0.33 0 0.15 0.08
HSL 153.51º 0.65% 0.77% -
HSV(B) 153.51º 0.33% 0.92% -
XYZ 53.75 70.18 65.36 -
YUV 207.1 123.99 92.26 -
System Red Green Blue C M Y K H S L
Decimal 157 234 200 0.33 0 0.15 0.08 153.51 0.65 0.77
Hex 9D EA C8 21 0 F 8 9A 41 4D
Octal 235 352 310 41 0 17 10 232 101 115
Binary 10011101 11101010 11001000 100001 0 1111 1000 10011010 1000001 1001101

Color Harmonies of #9DEAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEAC8

Black with #9DEAC8

Text Example


Text Example

White with #9DEAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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