Html Css Color HEX #AFF9CA Magic Mint

📋 copy color: '#AFF9CA'

red 175 ◦ green 249 ◦ blue 202

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

Shades of Magic Mint #AFF9CA

Tints of Magic Mint #AFF9CA

RGB

 RED value IS 175 (68.75% from 255) = 27.96%

 GREEN value IS 249 (97.66% from 255) = 39.78%

 BLUE value IS 202 (79.3% from 255) = 32.27%

R = 27.96%
G = 39.78%
B = 32.27%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#AFF9CA (or 0xAFF9CA) is known color: Magic Mint. HEX triplet: AF, F9 and CA. RGB value is (175,249,202). Sum of RGB (Red+Green+Blue) = 175+249+202=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 249 (97.66% from 255 or 39.78% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9CA is #500635. Grayscale: #DDDDDD. Windows color (decimal): -5244470 or 13302191. OLE color: 13302191.

HSL color Cylindrical-coordinate representation of color #AFF9CA: hue angle of 141.89º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF9CA is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 202 -
CMYK 0.30 0 0.19 0.02
HSL 141.89º 0.86% 0.83% -
HSV(B) 141.89º 0.3% 0.98% -
XYZ 62.22 81.13 68.26 -
YUV 221.52 116.98 94.82 -
System Red Green Blue C M Y K H S L
Decimal 175 249 202 0.30 0 0.19 0.02 141.89 0.86 0.83
Hex AF F9 CA 1E 0 13 2 8E 56 53
Octal 257 371 312 36 0 23 2 216 126 123
Binary 10101111 11111001 11001010 11110 0 10011 10 10001110 1010110 1010011

Color Harmonies of #AFF9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF9CA

Black with #AFF9CA

Text Example


Text Example

White with #AFF9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF9CA; }

 p { color: rgb(175,249,202); }

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

background-color css

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

 a { background-color: rgb(175,249,202); }

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

border-color css

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

 span { border-color: rgb(175,249,202); }

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