Html Css Color HEX #A5E9CC Magic Mint

📋 copy color: '#A5E9CC'

red 165 ◦ green 233 ◦ blue 204

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

Shades of Magic Mint #A5E9CC

Tints of Magic Mint #A5E9CC

RGB

 RED value IS 165 (64.84% from 255) = 27.41%

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

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

R = 27.41%
G = 38.7%
B = 33.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#A5E9CC (or 0xA5E9CC) is known color: Magic Mint. HEX triplet: A5, E9 and CC. RGB value is (165,233,204). Sum of RGB (Red+Green+Blue) = 165+233+204=602 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.41% from 602); Green value is 233 (91.41% from 255 or 38.70% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E9CC is #5A1633. Grayscale: #D1D1D1. Windows color (decimal): -5903924 or 13429157. OLE color: 13429157.

HSL color Cylindrical-coordinate representation of color #A5E9CC: hue angle of 154.41º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5E9CC is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 233 204 -
CMYK 0.29 0 0.12 0.09
HSL 154.41º 0.61% 0.78% -
HSV(B) 154.41º 0.29% 0.91% -
XYZ 55.56 70.64 67.83 -
YUV 209.36 124.97 96.36 -
System Red Green Blue C M Y K H S L
Decimal 165 233 204 0.29 0 0.12 0.09 154.41 0.61 0.78
Hex A5 E9 CC 1D 0 C 9 9A 3D 4E
Octal 245 351 314 35 0 14 11 232 75 116
Binary 10100101 11101001 11001100 11101 0 1100 1001 10011010 111101 1001110

Color Harmonies of #A5E9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E9CC

Black with #A5E9CC

Text Example


Text Example

White with #A5E9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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