Html Css Color HEX #9CEDD0 Magic Mint

📋 copy color: '#9CEDD0'

red 156 ◦ green 237 ◦ blue 208

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

Shades of Magic Mint #9CEDD0

Tints of Magic Mint #9CEDD0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.43%

 BLUE value IS 208 (81.64% from 255) = 34.61%

R = 25.96%
G = 39.43%
B = 34.61%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#9CEDD0 (or 0x9CEDD0) is known color: Magic Mint. HEX triplet: 9C, ED and D0. RGB value is (156,237,208). Sum of RGB (Red+Green+Blue) = 156+237+208=601 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.96% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #9CEDD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEDD0 is #63122F. Grayscale: #D1D1D1. Windows color (decimal): -6492720 or 13692316. OLE color: 13692316.

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

Color convert

RGB 156 237 208 -
CMYK 0.34 0 0.12 0.07
HSL 158.52º 0.69% 0.77% -
HSV(B) 158.52º 0.34% 0.93% -
XYZ 55.38 72.19 70.69 -
YUV 209.48 127.16 89.86 -
System Red Green Blue C M Y K H S L
Decimal 156 237 208 0.34 0 0.12 0.07 158.52 0.69 0.77
Hex 9C ED D0 22 0 C 7 9F 45 4D
Octal 234 355 320 42 0 14 7 237 105 115
Binary 10011100 11101101 11010000 100010 0 1100 111 10011111 1000101 1001101

Color Harmonies of #9CEDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CEDD0

Black with #9CEDD0

Text Example


Text Example

White with #9CEDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,237,208); }

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

background-color css

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

 a { background-color: rgb(156,237,208); }

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

border-color css

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

 span { border-color: rgb(156,237,208); }

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