Html Css Color HEX #9AEBC0 Magic Mint

📋 copy color: '#9AEBC0'

red 154 ◦ green 235 ◦ blue 192

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

Shades of Magic Mint #9AEBC0

Tints of Magic Mint #9AEBC0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.45%

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

R = 26.51%
G = 40.45%
B = 33.05%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#9AEBC0 (or 0x9AEBC0) is known color: Magic Mint. HEX triplet: 9A, EB and C0. RGB value is (154,235,192). Sum of RGB (Red+Green+Blue) = 154+235+192=581 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.51% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEBC0 is #65143F. Grayscale: #CDCDCD. Windows color (decimal): -6624320 or 12643226. OLE color: 12643226.

HSL color Cylindrical-coordinate representation of color #9AEBC0: hue angle of 148.15º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AEBC0 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 154 235 192 -
CMYK 0.34 0 0.18 0.08
HSL 148.15º 0.67% 0.76% -
HSV(B) 148.15º 0.34% 0.92% -
XYZ 52.55 70.09 60.63 -
YUV 205.88 120.16 91 -
System Red Green Blue C M Y K H S L
Decimal 154 235 192 0.34 0 0.18 0.08 148.15 0.67 0.76
Hex 9A EB C0 22 0 12 8 94 43 4C
Octal 232 353 300 42 0 22 10 224 103 114
Binary 10011010 11101011 11000000 100010 0 10010 1000 10010100 1000011 1001100

Color Harmonies of #9AEBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AEBC0

Black with #9AEBC0

Text Example


Text Example

White with #9AEBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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