Html Css Color HEX #9AEBCC Magic Mint

📋 copy color: '#9AEBCC'

red 154 ◦ green 235 ◦ blue 204

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

Shades of Magic Mint #9AEBCC

Tints of Magic Mint #9AEBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.4%

R = 25.97%
G = 39.63%
B = 34.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#9AEBCC (or 0x9AEBCC) is known color: Magic Mint. HEX triplet: 9A, EB and CC. RGB value is (154,235,204). Sum of RGB (Red+Green+Blue) = 154+235+204=593 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.97% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEBCC is #651433. Grayscale: #CFCFCF. Windows color (decimal): -6624308 or 13429658. OLE color: 13429658.

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

Color convert

RGB 154 235 204 -
CMYK 0.34 0 0.13 0.08
HSL 157.04º 0.67% 0.76% -
HSV(B) 157.04º 0.34% 0.92% -
XYZ 53.93 70.65 67.92 -
YUV 207.25 126.16 90.02 -
System Red Green Blue C M Y K H S L
Decimal 154 235 204 0.34 0 0.13 0.08 157.04 0.67 0.76
Hex 9A EB CC 22 0 D 8 9D 43 4C
Octal 232 353 314 42 0 15 10 235 103 114
Binary 10011010 11101011 11001100 100010 0 1101 1000 10011101 1000011 1001100

Color Harmonies of #9AEBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AEBCC

Black with #9AEBCC

Text Example


Text Example

White with #9AEBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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