Html Css Color HEX #9AEBD1 Magic Mint

📋 copy color: '#9AEBD1'

red 154 ◦ green 235 ◦ blue 209

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

Shades of Magic Mint #9AEBD1

Tints of Magic Mint #9AEBD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 34.95%

R = 25.75%
G = 39.3%
B = 34.95%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#9AEBD1 (or 0x9AEBD1) is known color: Magic Mint. HEX triplet: 9A, EB and D1. RGB value is (154,235,209). Sum of RGB (Red+Green+Blue) = 154+235+209=598 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.75% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEBD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEBD1 is #65142E. Grayscale: #CFCFCF. Windows color (decimal): -6624303 or 13757338. OLE color: 13757338.

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

Color convert

RGB 154 235 209 -
CMYK 0.34 0 0.11 0.08
HSL 160.74º 0.67% 0.76% -
HSV(B) 160.74º 0.34% 0.92% -
XYZ 54.54 70.89 71.13 -
YUV 207.82 128.66 89.61 -
System Red Green Blue C M Y K H S L
Decimal 154 235 209 0.34 0 0.11 0.08 160.74 0.67 0.76
Hex 9A EB D1 22 0 B 8 A1 43 4C
Octal 232 353 321 42 0 13 10 241 103 114
Binary 10011010 11101011 11010001 100010 0 1011 1000 10100001 1000011 1001100

Color Harmonies of #9AEBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AEBD1

Black with #9AEBD1

Text Example


Text Example

White with #9AEBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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