Html Css Color HEX #AFFDCF Magic Mint

📋 copy color: '#AFFDCF'

red 175 ◦ green 253 ◦ blue 207

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

Shades of Magic Mint #AFFDCF

Tints of Magic Mint #AFFDCF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.84%

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

R = 27.56%
G = 39.84%
B = 32.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#AFFDCF (or 0xAFFDCF) is known color: Magic Mint. HEX triplet: AF, FD and CF. RGB value is (175,253,207). Sum of RGB (Red+Green+Blue) = 175+253+207=635 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.56% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDCF is #500230. Grayscale: #E0E0E0. Windows color (decimal): -5243441 or 13630895. OLE color: 13630895.

HSL color Cylindrical-coordinate representation of color #AFFDCF: hue angle of 144.62º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFDCF is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 253 207 -
CMYK 0.31 0 0.18 0.01
HSL 144.62º 0.95% 0.84% -
HSV(B) 144.62º 0.31% 0.99% -
XYZ 64.07 83.87 71.84 -
YUV 224.43 118.16 92.74 -
System Red Green Blue C M Y K H S L
Decimal 175 253 207 0.31 0 0.18 0.01 144.62 0.95 0.84
Hex AF FD CF 1F 0 12 1 91 5F 54
Octal 257 375 317 37 0 22 1 221 137 124
Binary 10101111 11111101 11001111 11111 0 10010 1 10010001 1011111 1010100

Color Harmonies of #AFFDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFDCF

Black with #AFFDCF

Text Example


Text Example

White with #AFFDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFDCF; }

 p { color: rgb(175,253,207); }

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

background-color css

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

 a { background-color: rgb(175,253,207); }

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

border-color css

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

 span { border-color: rgb(175,253,207); }

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