Html Css Color HEX #AFF3CC Magic Mint

📋 copy color: '#AFF3CC'

red 175 ◦ green 243 ◦ blue 204

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

Shades of Magic Mint #AFF3CC

Tints of Magic Mint #AFF3CC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.07%

 BLUE value IS 204 (80.08% from 255) = 32.8%

R = 28.14%
G = 39.07%
B = 32.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#AFF3CC (or 0xAFF3CC) is known color: Magic Mint. HEX triplet: AF, F3 and CC. RGB value is (175,243,204). Sum of RGB (Red+Green+Blue) = 175+243+204=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 243 (95.31% from 255 or 39.07% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF3CC is #500C33. Grayscale: #DADADA. Windows color (decimal): -5246004 or 13431727. OLE color: 13431727.

HSL color Cylindrical-coordinate representation of color #AFF3CC: hue angle of 145.59º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF3CC is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 243 204 -
CMYK 0.28 0 0.16 0.05
HSL 145.59º 0.74% 0.82% -
HSV(B) 145.59º 0.28% 0.95% -
XYZ 60.63 77.57 68.9 -
YUV 218.22 119.97 97.17 -
System Red Green Blue C M Y K H S L
Decimal 175 243 204 0.28 0 0.16 0.05 145.59 0.74 0.82
Hex AF F3 CC 1C 0 10 5 92 4A 52
Octal 257 363 314 34 0 20 5 222 112 122
Binary 10101111 11110011 11001100 11100 0 10000 101 10010010 1001010 1010010

Color Harmonies of #AFF3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF3CC

Black with #AFF3CC

Text Example


Text Example

White with #AFF3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF3CC; }

 p { color: rgb(175,243,204); }

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

background-color css

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

 a { background-color: rgb(175,243,204); }

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

border-color css

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

 span { border-color: rgb(175,243,204); }

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