Html Css Color HEX #9AECC5 Magic Mint

📋 copy color: '#9AECC5'

red 154 ◦ green 236 ◦ blue 197

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

Shades of Magic Mint #9AECC5

Tints of Magic Mint #9AECC5

RGB

 RED value IS 154 (60.55% from 255) = 26.24%

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

 BLUE value IS 197 (77.34% from 255) = 33.56%

R = 26.24%
G = 40.2%
B = 33.56%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#9AECC5 (or 0x9AECC5) is known color: Magic Mint. HEX triplet: 9A, EC and C5. RGB value is (154,236,197). Sum of RGB (Red+Green+Blue) = 154+236+197=587 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.24% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #9AECC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AECC5 is #65133A. Grayscale: #CFCFCF. Windows color (decimal): -6624059 or 12971162. OLE color: 12971162.

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

Color convert

RGB 154 236 197 -
CMYK 0.35 0 0.17 0.07
HSL 151.46º 0.68% 0.76% -
HSV(B) 151.46º 0.35% 0.93% -
XYZ 53.4 70.89 63.69 -
YUV 207.04 122.33 90.17 -
System Red Green Blue C M Y K H S L
Decimal 154 236 197 0.35 0 0.17 0.07 151.46 0.68 0.76
Hex 9A EC C5 23 0 11 7 97 44 4C
Octal 232 354 305 43 0 21 7 227 104 114
Binary 10011010 11101100 11000101 100011 0 10001 111 10010111 1000100 1001100

Color Harmonies of #9AECC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AECC5

Black with #9AECC5

Text Example


Text Example

White with #9AECC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,236,197); }

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

background-color css

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

 a { background-color: rgb(154,236,197); }

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

border-color css

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

 span { border-color: rgb(154,236,197); }

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