Html Css Color HEX #AFFBDA Magic Mint

📋 copy color: '#AFFBDA'

red 175 ◦ green 251 ◦ blue 218

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

Shades of Magic Mint #AFFBDA

Tints of Magic Mint #AFFBDA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.98%

 BLUE value IS 218 (85.55% from 255) = 33.85%

R = 27.17%
G = 38.98%
B = 33.85%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#AFFBDA (or 0xAFFBDA) is known color: Magic Mint. HEX triplet: AF, FB and DA. RGB value is (175,251,218). Sum of RGB (Red+Green+Blue) = 175+251+218=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBDA is #500425. Grayscale: #E0E0E0. Windows color (decimal): -5243942 or 14351279. OLE color: 14351279.

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

Color convert

RGB 175 251 218 -
CMYK 0.30 0 0.13 0.02
HSL 153.95º 0.9% 0.84% -
HSV(B) 153.95º 0.3% 0.98% -
XYZ 64.83 83.17 78.97 -
YUV 224.51 124.32 92.68 -
System Red Green Blue C M Y K H S L
Decimal 175 251 218 0.30 0 0.13 0.02 153.95 0.9 0.84
Hex AF FB DA 1E 0 D 2 9A 5A 54
Octal 257 373 332 36 0 15 2 232 132 124
Binary 10101111 11111011 11011010 11110 0 1101 10 10011010 1011010 1010100

Color Harmonies of #AFFBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFBDA

Black with #AFFBDA

Text Example


Text Example

White with #AFFBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFBDA; }

 p { color: rgb(175,251,218); }

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

background-color css

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

 a { background-color: rgb(175,251,218); }

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

border-color css

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

 span { border-color: rgb(175,251,218); }

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