Html Css Color HEX #AFFDCE Magic Mint

📋 copy color: '#AFFDCE'

red 175 ◦ green 253 ◦ blue 206

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

Shades of Magic Mint #AFFDCE

Tints of Magic Mint #AFFDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.49%

R = 27.6%
G = 39.91%
B = 32.49%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#AFFDCE (or 0xAFFDCE) is known color: Magic Mint. HEX triplet: AF, FD and CE. RGB value is (175,253,206). Sum of RGB (Red+Green+Blue) = 175+253+206=634 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.60% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDCE is #500231. Grayscale: #E0E0E0. Windows color (decimal): -5243442 or 13565359. OLE color: 13565359.

HSL color Cylindrical-coordinate representation of color #AFFDCE: hue angle of 143.85º 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 #AFFDCE is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 253 206 -
CMYK 0.31 0 0.19 0.01
HSL 143.85º 0.95% 0.84% -
HSV(B) 143.85º 0.31% 0.99% -
XYZ 63.95 83.82 71.2 -
YUV 224.32 117.66 92.82 -
System Red Green Blue C M Y K H S L
Decimal 175 253 206 0.31 0 0.19 0.01 143.85 0.95 0.84
Hex AF FD CE 1F 0 13 1 90 5F 54
Octal 257 375 316 37 0 23 1 220 137 124
Binary 10101111 11111101 11001110 11111 0 10011 1 10010000 1011111 1010100

Color Harmonies of #AFFDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFDCE

Black with #AFFDCE

Text Example


Text Example

White with #AFFDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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