#AFDFDA

Color #AFDFDA Scandal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scandal #AFDFDA

Tints of Scandal #AFDFDA

Color information

#AFDFDA (or 0xAFDFDA) is unknown color: approx Scandal. HEX triplet: AF, DF and DA. RGB value is (175,223,218). Sum of RGB (Red+Green+Blue) = 175+223+218=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFDA is #502025. Grayscale: #D0D0D0. Windows color (decimal): -5251110 or 14344111. OLE color: 14344111.

HSL color Cylindrical-coordinate representation of color #AFDFDA: hue angle of 173.75º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDFDA is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB175223218-
CMYK0.2200.020.13
HSL173.75º42.86%78.04%-
HSV(B)173.75º21.52%87.45%-
XYZ56.7266.9576.26-
YUV208.08133.6104.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.41%
GREEN value IS 223 (87.5% from 255) = 36.20%
BLUE value IS 218 (85.55% from 255) = 35.39%
R=28.41%
G=36.20%
B=35.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752232180.2200.020.13173.7542.8678.04
HexAFDFDA1602Dae2b4e
Octal25733733226021525653116
Binary101011111101111111011010101100101101101011101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDFDA; }

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

 H1.HeaderClassName
 {
   color: #AFDFDA;
 }
 .AnyTagClassName
 {
   color: #AFDFDA;
 }
</style>
background-color css

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

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

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

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

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

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