Html Css Color HEX #9AECCD Magic Mint

📋 copy color: '#9AECCD'

red 154 ◦ green 236 ◦ blue 205

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

Shades of Magic Mint #9AECCD

Tints of Magic Mint #9AECCD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.66%

 BLUE value IS 205 (80.47% from 255) = 34.45%

R = 25.88%
G = 39.66%
B = 34.45%

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

#9AECCD (or 0x9AECCD) is known color: Magic Mint. HEX triplet: 9A, EC and CD. RGB value is (154,236,205). Sum of RGB (Red+Green+Blue) = 154+236+205=595 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.88% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 236 - color contains mainly: green. Hex color #9AECCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AECCD is #651332. Grayscale: #CFCFCF. Windows color (decimal): -6624051 or 13495450. OLE color: 13495450.

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

Color convert

RGB 154 236 205 -
CMYK 0.35 0 0.13 0.07
HSL 157.32º 0.68% 0.76% -
HSV(B) 157.32º 0.35% 0.93% -
XYZ 54.34 71.27 68.65 -
YUV 207.95 126.33 89.52 -
System Red Green Blue C M Y K H S L
Decimal 154 236 205 0.35 0 0.13 0.07 157.32 0.68 0.76
Hex 9A EC CD 23 0 D 7 9D 44 4C
Octal 232 354 315 43 0 15 7 235 104 114
Binary 10011010 11101100 11001101 100011 0 1101 111 10011101 1000100 1001100

Color Harmonies of #9AECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AECCD

Black with #9AECCD

Text Example


Text Example

White with #9AECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,236,205); }

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

background-color css

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

 a { background-color: rgb(154,236,205); }

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

border-color css

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

 span { border-color: rgb(154,236,205); }

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