Html Css Color HEX #9AEDCF Magic Mint

📋 copy color: '#9AEDCF'

red 154 ◦ green 237 ◦ blue 207

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

Shades of Magic Mint #9AEDCF

Tints of Magic Mint #9AEDCF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.63%

 BLUE value IS 207 (81.25% from 255) = 34.62%

R = 25.75%
G = 39.63%
B = 34.62%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#9AEDCF (or 0x9AEDCF) is known color: Magic Mint. HEX triplet: 9A, ED and CF. RGB value is (154,237,207). Sum of RGB (Red+Green+Blue) = 154+237+207=598 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.75% from 598); Green value is 237 (92.97% from 255 or 39.63% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 237 - color contains mainly: green. Hex color #9AEDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEDCF is #651230. Grayscale: #D0D0D0. Windows color (decimal): -6623793 or 13626778. OLE color: 13626778.

HSL color Cylindrical-coordinate representation of color #9AEDCF: hue angle of 158.31º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AEDCF is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 154 237 207 -
CMYK 0.35 0 0.13 0.07
HSL 158.31º 0.7% 0.77% -
HSV(B) 158.31º 0.35% 0.93% -
XYZ 54.87 71.94 70.03 -
YUV 208.76 127 88.94 -
System Red Green Blue C M Y K H S L
Decimal 154 237 207 0.35 0 0.13 0.07 158.31 0.7 0.77
Hex 9A ED CF 23 0 D 7 9E 46 4D
Octal 232 355 317 43 0 15 7 236 106 115
Binary 10011010 11101101 11001111 100011 0 1101 111 10011110 1000110 1001101

Color Harmonies of #9AEDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AEDCF

Black with #9AEDCF

Text Example


Text Example

White with #9AEDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,237,207); }

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

background-color css

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

 a { background-color: rgb(154,237,207); }

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

border-color css

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

 span { border-color: rgb(154,237,207); }

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