Html Css Color HEX #9AECC0 Magic Mint

📋 copy color: '#9AECC0'

red 154 ◦ green 236 ◦ blue 192

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

Shades of Magic Mint #9AECC0

Tints of Magic Mint #9AECC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.99%

R = 26.46%
G = 40.55%
B = 32.99%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#9AECC0 (or 0x9AECC0) is known color: Magic Mint. HEX triplet: 9A, EC and C0. RGB value is (154,236,192). Sum of RGB (Red+Green+Blue) = 154+236+192=582 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.46% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 192 (75.39% from 255 or 32.99% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #9AECC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AECC0 is #65133F. Grayscale: #CECECE. Windows color (decimal): -6624064 or 12643482. OLE color: 12643482.

HSL color Cylindrical-coordinate representation of color #9AECC0: hue angle of 147.8º 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 #9AECC0 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 154 236 192 -
CMYK 0.35 0 0.19 0.07
HSL 147.8º 0.68% 0.76% -
HSV(B) 147.8º 0.35% 0.93% -
XYZ 52.84 70.67 60.72 -
YUV 206.47 119.83 90.58 -
System Red Green Blue C M Y K H S L
Decimal 154 236 192 0.35 0 0.19 0.07 147.8 0.68 0.76
Hex 9A EC C0 23 0 13 7 94 44 4C
Octal 232 354 300 43 0 23 7 224 104 114
Binary 10011010 11101100 11000000 100011 0 10011 111 10010100 1000100 1001100

Color Harmonies of #9AECC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AECC0

Black with #9AECC0

Text Example


Text Example

White with #9AECC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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