Html Css Color HEX #9AE9CC Magic Mint

📋 copy color: '#9AE9CC'

red 154 ◦ green 233 ◦ blue 204

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

Shades of Magic Mint #9AE9CC

Tints of Magic Mint #9AE9CC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.42%

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

R = 26.06%
G = 39.42%
B = 34.52%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#9AE9CC (or 0x9AE9CC) is known color: Magic Mint. HEX triplet: 9A, E9 and CC. RGB value is (154,233,204). Sum of RGB (Red+Green+Blue) = 154+233+204=591 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.06% from 591); Green value is 233 (91.41% from 255 or 39.42% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 233 - color contains mainly: green. Hex color #9AE9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AE9CC is #651633. Grayscale: #CECECE. Windows color (decimal): -6624820 or 13429146. OLE color: 13429146.

HSL color Cylindrical-coordinate representation of color #9AE9CC: hue angle of 157.97º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AE9CC is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 154 233 204 -
CMYK 0.34 0 0.12 0.09
HSL 157.97º 0.64% 0.76% -
HSV(B) 157.97º 0.34% 0.91% -
XYZ 53.36 69.51 67.73 -
YUV 206.07 126.83 90.86 -
System Red Green Blue C M Y K H S L
Decimal 154 233 204 0.34 0 0.12 0.09 157.97 0.64 0.76
Hex 9A E9 CC 22 0 C 9 9E 40 4C
Octal 232 351 314 42 0 14 11 236 100 114
Binary 10011010 11101001 11001100 100010 0 1100 1001 10011110 1000000 1001100

Color Harmonies of #9AE9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE9CC

Black with #9AE9CC

Text Example


Text Example

White with #9AE9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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