Html Css Color HEX #A5F8CF Magic Mint

📋 copy color: '#A5F8CF'

red 165 ◦ green 248 ◦ blue 207

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

Shades of Magic Mint #A5F8CF

Tints of Magic Mint #A5F8CF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40%

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

R = 26.61%
G = 40%
B = 33.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#A5F8CF (or 0xA5F8CF) is known color: Magic Mint. HEX triplet: A5, F8 and CF. RGB value is (165,248,207). Sum of RGB (Red+Green+Blue) = 165+248+207=620 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.61% from 620); Green value is 248 (97.27% from 255 or 40% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F8CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F8CF is #5A0730. Grayscale: #DADADA. Windows color (decimal): -5900081 or 13629605. OLE color: 13629605.

HSL color Cylindrical-coordinate representation of color #A5F8CF: hue angle of 150.36º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F8CF is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 248 207 -
CMYK 0.33 0 0.17 0.03
HSL 150.36º 0.86% 0.81% -
HSV(B) 150.36º 0.33% 0.97% -
XYZ 60.35 79.64 71.22 -
YUV 218.51 121.5 89.83 -
System Red Green Blue C M Y K H S L
Decimal 165 248 207 0.33 0 0.17 0.03 150.36 0.86 0.81
Hex A5 F8 CF 21 0 11 3 96 56 51
Octal 245 370 317 41 0 21 3 226 126 121
Binary 10100101 11111000 11001111 100001 0 10001 11 10010110 1010110 1010001

Color Harmonies of #A5F8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F8CF

Black with #A5F8CF

Text Example


Text Example

White with #A5F8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F8CF; }

 p { color: rgb(165,248,207); }

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

background-color css

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

 a { background-color: rgb(165,248,207); }

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

border-color css

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

 span { border-color: rgb(165,248,207); }

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