Html Css Color HEX #AFEBCF Magic Mint

📋 copy color: '#AFEBCF'

red 175 ◦ green 235 ◦ blue 207

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

Shades of Magic Mint #AFEBCF

Tints of Magic Mint #AFEBCF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.09%

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

R = 28.36%
G = 38.09%
B = 33.55%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#AFEBCF (or 0xAFEBCF) is known color: Magic Mint. HEX triplet: AF, EB and CF. RGB value is (175,235,207). Sum of RGB (Red+Green+Blue) = 175+235+207=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBCF is #501430. Grayscale: #D5D5D5. Windows color (decimal): -5248049 or 13626287. OLE color: 13626287.

HSL color Cylindrical-coordinate representation of color #AFEBCF: hue angle of 152º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBCF is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 207 -
CMYK 0.26 0 0.12 0.08
HSL 152º 0.6% 0.8% -
HSV(B) 152º 0.26% 0.92% -
XYZ 58.65 73.04 70.04 -
YUV 213.87 124.12 100.28 -
System Red Green Blue C M Y K H S L
Decimal 175 235 207 0.26 0 0.12 0.08 152 0.6 0.8
Hex AF EB CF 1A 0 C 8 98 3C 50
Octal 257 353 317 32 0 14 10 230 74 120
Binary 10101111 11101011 11001111 11010 0 1100 1000 10011000 111100 1010000

Color Harmonies of #AFEBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBCF

Black with #AFEBCF

Text Example


Text Example

White with #AFEBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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